Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
1bb0298
Refactor fast sweep to use parameter with setpoints
Feb 6, 2026
f124599
Merge branch 'main' into trlemon/refactor-keithley2600-driver-fastsweep
trlemon Feb 6, 2026
23866bb
Remove "shape" from LuaSweepParameter init
Feb 6, 2026
be02471
Remove unnecessary init block in LuaSweepParameter
Feb 6, 2026
d498c2f
Merge branch 'trlemon/refactor-keithley2600-driver-fastsweep' of http…
Feb 6, 2026
8c5ada5
Rename parameter for clarity
Feb 6, 2026
893c7bd
Add tests for new fastsweep parameters.
Feb 6, 2026
2e2ffe1
Merge branch 'main' into trlemon/refactor-keithley2600-driver-fastsweep
trlemon Feb 9, 2026
9939e2a
Apply suggested changes from PR review
Feb 9, 2026
3c9417b
Merge branch 'trlemon/refactor-keithley2600-driver-fastsweep' of http…
Feb 9, 2026
22eb507
Add newsfragment for Keithley2600 driver updates
Feb 9, 2026
4fdb97b
Add note on breaking change
Feb 11, 2026
cba622b
Update Keithley2600 example notebook with usage on new fastweep param…
Feb 12, 2026
b83cadf
Merge branch 'main' into trlemon/refactor-keithley2600-driver-fastsweep
trlemon Feb 12, 2026
edb0b96
Add parameter for fastsweep inter delay
Feb 12, 2026
d81e4be
Update FastSweepSetpoints docstring
Feb 12, 2026
806fadf
Merge branch 'trlemon/refactor-keithley2600-driver-fastsweep' of http…
Feb 12, 2026
974843b
Fix typo in Keithley 2600 example notebook
Feb 12, 2026
8e0e833
Rename inter delay to settle delay for clarity
Feb 18, 2026
c59ce29
Major refactor to add 2D fast sweeps
Feb 20, 2026
59977c3
Rename _SweepLike class and add delay property
Feb 20, 2026
aba56c2
Add better documentation for _LinSweepLike object.
Feb 20, 2026
53a793d
Simplify get_channel helper function
Feb 20, 2026
c7adf9f
Fix issue causing mypy failure
Feb 20, 2026
83f8f71
Raise TypeError if parameter doesn't belong to Keithley2600Channel
Feb 20, 2026
f934866
Allow users to select which channel is measured during fastsweep.
Feb 24, 2026
f50342d
Merge branch 'main' into trlemon/refactor-keithley2600-driver-fastsweep
trlemon Feb 24, 2026
1a5d37a
Update K2600 example nb with notes on measure_inner_channel arg
Feb 25, 2026
dba4da4
Fix grammar in K2600 nb example
Feb 25, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/changes/newsfragments/7851.improved_driver
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Refactored ``Keithley2600`` driver to use `ParameterWithSetpoints` instead
of relying on deprecated `qcodes_loop` code. Contains breaking change since
method `doFastSweep` has been replaced with `fastweep`.
206 changes: 39 additions & 167 deletions docs/examples/driver_examples/Qcodes example with Keithley 2600.ipynb

Large diffs are not rendered by default.

Loading
Loading