Auto

SCPI Command :

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

Couples or decouples the center frequency step size to the span. In time domain (zero span) measurements, the center frequency is coupled to the RBW.

Returns:

state: ON | OFF | 0 | 1

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

Couples or decouples the center frequency step size to the span. In time domain (zero span) measurements, the center frequency is coupled to the RBW.

Parameters:

state – ON | OFF | 0 | 1