Step

SCPI Commands

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()

This command defines the center frequency step size.

return

stepsize: fmax is specified in the data sheet. 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)

This command defines the center frequency step size.

param stepsize

fmax is specified in the data sheet. Range: 1 to fMAX, Unit: Hz