Skip to content

Conversation

@qutech-lab
Copy link
Contributor

Added function measure_program to DAC and AlazarCard.

Added a new function to the DAC-class to measure the whole program at once into a dictionary.
# .name/.mask_name oder was anderes, dazu müsste ich einen Blick in die Downsample-Klasse werden
# op.name=DS_C, op.mask_name=C (siehe test_awg-orig.py)
if op.identifier == op_name:
data[op.identifier] = list(meas_data.getAsVoltage(self.config.inputConfiguration[2].inputRange))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

getAsVoltage should returns a potentially very large numpy array. Is a list really needed here?

@shumpohl
Copy link
Member

shumpohl commented May 2, 2019

See #438

@shumpohl shumpohl closed this May 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants