feature: KeysightAgilent_33XXX.py improvements#8254
Open
fe-dor wants to merge 23 commits into
Open
Conversation
added 21 commits
June 8, 2026 16:31
Author
|
@microsoft-github-policy-service agree company="RC Module" |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8254 +/- ##
==========================================
+ Coverage 71.02% 71.04% +0.02%
==========================================
Files 301 304 +3
Lines 31888 31911 +23
==========================================
+ Hits 22647 22670 +23
Misses 9241 9241 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Hello!
I have made a few improvements to the KeysightAgilent_33XXX.py waveform generator driver:
- Expanded the list of supported devices for the KeysightAgilent_33XXX driver
- Added implementations of SCPI commands for working with: ARB signals, edges of Pulse function, output termination,
voltage autoranging
- Created tests for new commands and update sim file
Referring to the:
- Keysight Trueform Series Operating and Service Guide -
https://www.keysight.com/us/en/assets/9018-03714/service-manuals/9018-03714.pdf
- Agilent 33210A 10 MHz Function / Arbitrary Waveform Generator User’s Guide -
https://www.keysight.com/us/en/support/33210A/33210a-waveform-and-function-generator.html
- Agilent 33250A 80 MHz Function / Arbitrary Waveform Generator -
https://www.keysight.com/us/en/support/33250A/function--arbitrary-waveform-generator-80-mhz.html
Have a nice day!