Skip to content

Feature Request: Could you return the data from print_dumps instead of printing it? #6

@morrowsend

Description

@morrowsend

If I could get the table from print_dumps built it would be perfect for my project which relied on your version of vcdvcd. For instance, returning a list of the signals in order, and a 2D array of the values as they are typically printed with each line (or timestamp) being a new inner array i.e. [[sig1_val0, sig2_val0, sig3_val0, ...], [sig1_val1, sig2_val1, sig3_val1, ....],...] would be simply awesome.

Is this possible to do? I tried to install the editable version but pip wouldn't let me as it said it couldn't find setup.py. I looked at the code for vcdvcd but couldn't quite figure out what I'd do to return these values myself. I admit python is not my native language...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions