Keysight B2961A/B2962A SCPI Command Reference, Edition 6 4- 135
Subsystem Commands
SOURce Subsystem
step = span/(points - 1) (where points is not 1)
points=1 sets step=0.
If points is changed, span works as a constant and step is changed. If step is
changed, span works as a constant and points is changed. If span is changed, points
works as a constant and step is changed.
The calculated points value is rounded down to an integer.
The sweep measurement is performed from the start value to the stop value given by
the following formula, even if the specified stop value does not satisfy it.
stop = start + step × (points -1)
For the logarithmic sweep, the step value is ignored and is not used for the
calculation of sweep points.
Polarity of step and span must be the same. Different polarity causes an error.
Query response step <newline>
step returns the present setting. If a parameter is specified, step returns the value
assigned to DEF, MIN, or MAX. Response data type is NR3.
Example :VOLT:STEP 0.5
:SOUR2:CURR:STEP?
[:SOURce]:<CURRent|VOLTage>:TRANsient:SPEed
Selects the transient speed mode, normal or fast, of the specified source channel.
Syntax [:SOURce[c]]:<CURRent|VOLTage>:TRANsient:SPEed mode
[:SOURce[c]]:<CURRent|VOLTage>:TRANsient:SPEed?
For <CURRent|VOLTage>, specify CURRent for current output or VOLTage for
voltage output.
Parameter mode NORMal (default)|FAST. Parameter data type is CPD.
mode=NORMal sets the normal mode to obtain clean output.
mode=FAST sets the fast mode to obtain high slew rate of output. This mode is not
effective when the high capacitance mode is enabled.
Query response mode <newline>