Auto

SCPI Commands

SENSe:FREQuency:CENTer:STEP:AUTO
class AutoCls[source]

Auto commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() bool[source]
# SCPI: [SENSe]:FREQuency:CENTer:STEP:AUTO
value: bool = driver.applications.k70Vsa.sense.frequency.center.step.auto.get()

Defines the step width of the center frequency.

return

state: ON | 1 Links the step width to the current standard (currently 1 MHz for all standards) OFF | 0 Sets the step width as defined using the FREQ:CENT:STEP command (see [SENSe:]FREQuency:CENTer:STEP) .

set(state: bool) None[source]
# SCPI: [SENSe]:FREQuency:CENTer:STEP:AUTO
driver.applications.k70Vsa.sense.frequency.center.step.auto.set(state = False)

Defines the step width of the center frequency.

param state

ON | 1 Links the step width to the current standard (currently 1 MHz for all standards) OFF | 0 Sets the step width as defined using the FREQ:CENT:STEP command (see [SENSe:]FREQuency:CENTer:STEP) .