Step
SCPI Command :
[SENSe]:FREQuency:CENTer:STEP
- class StepCls[source]
Step commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: [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 [SENSe:]FREQuency:CENTer.
- return
stepsize: For fmax, refer to the specifications document. Range: 1 to fMAX, Unit: Hz
- set(stepsize: float) None [source]
# SCPI: [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 [SENSe:]FREQuency:CENTer.
- param stepsize
For fmax, refer to the specifications document. Range: 1 to fMAX, Unit: Hz