Auto

SCPI Command :

[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.k6Pulse.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.

return

state: ON | OFF | 0 | 1

set(state: bool) None[source]
# SCPI: [SENSe]:FREQuency:CENTer:STEP:AUTO
driver.applications.k6Pulse.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.

param state

ON | OFF | 0 | 1