-
Notifications
You must be signed in to change notification settings - Fork 351
Make several driver improvements #8025
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
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
5bd0324
Don't add magnet params if communication times out
thangleiter e512669
Add non-numeric resolution options to parser
thangleiter 4f94c8c
Don't add trigger to program if /MON not installed
thangleiter abebc6e
Add hardware ramps
thangleiter ce61f6c
Drop range assertion
thangleiter 99303e0
Correct slope time validator range
thangleiter 01bf81f
Allow MIN and MAX values
thangleiter 24d6038
Add correct parsers
thangleiter a655f06
Add set_cmd to current parameters
thangleiter 1cf02c7
Use raw value to compute ramp distance
thangleiter 73068bf
Make .get() pass the validator
thangleiter 0d94a0a
Add validator accounting for program clock rate
thangleiter e0375ef
Jump if ramp delta is below ramp_step()
thangleiter 6be6488
Factor out parsing deprecated arguments
thangleiter c807dc2
Allow SCPI Mnemonics in aperture_time
thangleiter e059479
Reduce logging severity when clipping interval
thangleiter 8032633
Merge branch 'enh/driver_improvements' of https://github.com/qutech/Q…
thangleiter 07a1542
Merge remote-tracking branch 'upstream/main' into enh/driver_improvem…
thangleiter eb1e3a2
typing
thangleiter 9e2a9e8
tune docstrings
thangleiter 7f72aec
typing
thangleiter 9327679
Use stdlib enum.IntFlag over custom Register
thangleiter 76fce63
Add newsfragements
thangleiter 622209a
Rename newsfrag
thangleiter File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Yokogawa GS200: The `step` and `delay` arguments of `ramp_voltage` and `ramp_current` have been deprecated in favor of the `ramp_step` and `ramp_rate` instrument parameters. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| Keysight 344xxA: Add SCPI mnemonics (`'MIN'`, `'MAX'`, `'DEF'`) to allowed values where allowed | ||
| Oxford Mercury IPS: Allow setting current ramp rate and target | ||
| Oxford Triton: Also assume magnet is not available if there is a communication timeout | ||
| Yokagawa GS200 Program: Validate program times on multiples of the internal clock rate of 0.1s | ||
| Yokagawa GS200 Program: Only add trigger parameter if monitor option is installed | ||
| Yokagawa GS200 Program: Add get parser to `count`; allow setting to SCPI mnemonics `'MIN'`, `'MAX'`. | ||
| Yokagawa GS200 Program: Add `hold()`, `pause()`, `cont()` methods. | ||
| Yokagawa GS200: Add parameters reading out device registers (`status_byte`, `standard_event_register`, `extended_event_register`, `condition_register`) | ||
| Yokagawa GS200: Implement hardware ramps. `ramp_mode` parameter switches the mode of output sets between `"JUMP"`, `"SOFTWARE"`, and `"HARDWARE"`. The last uses a program to ramp, software corresponds to the previous ramp implementation. `ramp_step`, `ramp_rate`, `ramp_blocking` configure the way ramps behave. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.