-
Notifications
You must be signed in to change notification settings - Fork 320
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: Keithley mode and output parser #531
fix: Keithley mode and output parser #531
Conversation
label='Current', | ||
unit='A') | ||
self.add_parameter('mode', | ||
get_cmd='source.func', | ||
get_parser=float, |
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.
that fixes it? What's the actual string that comes back from 'source.func'
?
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.
yes it does would be a funny commit otherwise.
'1.00000e+00'
or '0.00000e+00'
is what comes back
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.
hah, that's a bizarre return value for a discrete setting. All makes sense now...
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.
💃
closes #530 |
Author: MerlinSmiles <MerlinSmiles@users.noreply.github.com> fix: Keithley mode and output parser (#531)
Author: MerlinSmiles <MerlinSmiles@users.noreply.github.com> fix: Keithley mode and output parser (#531)
Author: MerlinSmiles <MerlinSmiles@users.noreply.github.com> fix: Keithley mode and output parser (#531)
Author: MerlinSmiles <MerlinSmiles@users.noreply.github.com> fix: Keithley mode and output parser (#531)
Author: MerlinSmiles <MerlinSmiles@users.noreply.github.com> fix: Keithley mode and output parser (#531)
Author: MerlinSmiles <MerlinSmiles@users.noreply.github.com> fix: Keithley mode and output parser (#531)
Fixes #530.
Changes proposed in this pull request:
@core