Skip to content

How to save waveform data onto PC as a csv file? #5638

Answered by jenshnielsen
paniash asked this question in Q&A
Discussion options

You must be logged in to vote

Normally I would expect the oscilloscope to have a command to enable you to read back a waveform as data to the computer. For instance the Infinium driver here https://github.com/microsoft/Qcodes/blob/main/src/qcodes/instrument_drivers/Keysight/Infiniium.py#L227 uses :WAV:DATA? to read back a waveform. QCoDeS is designed for you to build parameters that enables you to get the data into memory calling get on the parameter and storing that in a qcodes dataset not so much to directly fetch csv files from the ossiloscope. But when you do store it as a qcodes dataset that can be exported to a csv file using the dataset.export method

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@paniash
Comment options

@paniash
Comment options

@jenshnielsen
Comment options

@paniash
Comment options

Answer selected by paniash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants