We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb0b96 commit d81e4beCopy full SHA for d81e4be
src/qcodes/instrument_drivers/Keithley/_Keithley_2600.py
@@ -140,8 +140,7 @@ def get_raw(self) -> npt.NDArray:
140
141
class FastSweepSetpoints(Parameter[npt.NDArray, "Keithley2600Channel"]):
142
"""
143
- A simple :class:`.Parameter` that holds all the setpoints (relative to the
144
- measurement start) at which the points of the time trace were acquired.
+ A simple :class:`Parameter` that holds all the setpoints for a fastsweep
145
146
147
def get_raw(self) -> npt.NDArray:
0 commit comments