Skip to content

Commit d81e4be

Browse files
author
Thomas Lemon
committed
Update FastSweepSetpoints docstring
1 parent edb0b96 commit d81e4be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/qcodes/instrument_drivers/Keithley/_Keithley_2600.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,7 @@ def get_raw(self) -> npt.NDArray:
140140

141141
class FastSweepSetpoints(Parameter[npt.NDArray, "Keithley2600Channel"]):
142142
"""
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.
143+
A simple :class:`Parameter` that holds all the setpoints for a fastsweep
145144
"""
146145

147146
def get_raw(self) -> npt.NDArray:

0 commit comments

Comments
 (0)