-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: awg5014 missing units #514
Conversation
@@ -352,7 +352,7 @@ def __init__(self, name, address, timeout=180, **kwargs): | |||
self.add_parameter( | |||
'ch{}_m{}_del'.format(i, j), | |||
label='Channel {} Marker {} delay'.format(i, j), | |||
units='ns', | |||
unit='ns', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also I'd argue this should be seconds !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But let's wait for a later PR.
@@ -352,7 +352,7 @@ def __init__(self, name, address, timeout=180, **kwargs): | |||
self.add_parameter( | |||
'ch{}_m{}_del'.format(i, j), | |||
label='Channel {} Marker {} delay'.format(i, j), | |||
units='ns', | |||
unit='ns', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But let's wait for a later PR.
Author: Jens Hedegaard Nielsen <jenshnielsen@gmail.com> Fix: awg5014 missing units (#514)
Author: Jens Hedegaard Nielsen <jenshnielsen@gmail.com> Fix: awg5014 missing units (#514)
Author: Jens Hedegaard Nielsen <jenshnielsen@gmail.com> Fix: awg5014 missing units (#514)
Author: Jens Hedegaard Nielsen <jenshnielsen@gmail.com> Fix: awg5014 missing units (#514)
@WilliamHPNielsen
One missing units -> unit transition in the awg driver. Spotted during our work with the alazar driver