Add Tektronix DPO7200xx enhancements#7838
Merged
astafan8 merged 18 commits intomicrosoft:mainfrom Feb 12, 2026
Merged
Conversation
- Add hold parameter for channel output condition during wait-for-trigger - Add force_jump parameter for sequence jumping - Add set_event_jump method for event-based sequence control
- Add TektronixDPOAcquisition module (mode, state, stop_after) - Add TektronixDPOCursor module (function, state, x1/x2/y1/y2 positions) - Add TektronixDPOMeasurementImmediate module - Enhance TektronixDPOTrigger (ready, state, level parameters) - Enhance TektronixDPOChannel (coupling parameter) - Add type annotations for submodules
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7838 +/- ##
==========================================
+ Coverage 59.87% 59.94% +0.07%
==========================================
Files 352 352
Lines 31872 31932 +60
==========================================
+ Hits 19083 19142 +59
- Misses 12789 12790 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
astafan8
approved these changes
Feb 4, 2026
Contributor
|
@bennthomsen see also Ci failure - pre-commit hooks need to be run for formatting/linting |
jenshnielsen
reviewed
Feb 5, 2026
…n/Qcodes into feature/tektronix-dpo
Contributor
Author
|
@microsoft-github-policy-service agree company="Microsoft" |
3 tasks
astafan8
approved these changes
Feb 10, 2026
Contributor
astafan8
left a comment
There was a problem hiding this comment.
just a few minor comments otherwise ready for merge
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.
Summary
Extends the Tektronix DPO7200xx oscilloscope driver with acquisition control, cursor measurements, and immediate
measurement capabilities and adds sequence control functionality to the Tektronix AWG70000A driver for improved waveform sequencing.
Tektronix DPO7200xx
TektronixDPOAcquisition: Controls acquisition mode (sample,peakdetect,average,high_res,envelope), state (ON/OFF/RUN/STOP), and stop conditionsTektronixDPOCursor: Cursor positioning for voltage/time measurements with x1/x2 (seconds) and y1/y2 (volts)positions
TektronixDPOMeasurementImmediate: Immediate measurement functionality with configurable sources and gatingTektronixDPOTrigger: Addedready,state, andlevelparametersTektronixDPOChannel: Addedcouplingparameter (AC,DC,DCREJECT,GND)Added type annotations for all submodules
Tektronix AWG70000
hold: Controls the output condition of a channel while the instrument is in the waiting-for-trigger state. Options: ZERO (0V) or FIRST (first value of next sequence)force_jump(): Forces an immediate jump to a specified step in the sequence (1-16383)set_event_jump(): Configures event-based jumps within a sequence, allowing dynamic sequence controlChecklist