Step

SCPI Command :

[SENSe]:FREQuency:CENTer:STEP
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [SENSe]:FREQuency:CENTer:STEP
value: float = driver.applications.k60Transient.sense.frequency.center.step.get()

Defines the center frequency step size. You can increase or decrease the center frequency quickly in fixed steps using the SENS:FREQ UP AND SENS:FREQ DOWN commands, see method RsFsw.applications.k17Mcgd.sense.frequency.center.set() .

Returns:

stepsize: For fmax, refer to the specifications document. Range: 1 to fMAX, Unit: Hz

set(stepsize: float) None[source]
# [SENSe]:FREQuency:CENTer:STEP
driver.applications.k60Transient.sense.frequency.center.step.set(stepsize = 1.0)

Defines the center frequency step size. You can increase or decrease the center frequency quickly in fixed steps using the SENS:FREQ UP AND SENS:FREQ DOWN commands, see method RsFsw.applications.k17Mcgd.sense.frequency.center.set() .

Parameters:

stepsize – For fmax, refer to the specifications document. Range: 1 to fMAX, Unit: Hz