Auto

SCPI Commands

SENSe:SWEep:TIME:AUTO
class AutoCls[source]

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

get() bool[source]
# SCPI: [SENSe]:SWEep:TIME:AUTO
value: bool = driver.applications.k30NoiseFigure.sense.sweep.time.auto.get()

If enabled, the sweep time is automatically selected, depending on the current frequency of the sweep point, as defined in the frequency table (see ‘Using a frequency table’) . If disabled, the value defined by [SENSe:]SWEep:TIME is used.

return

state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

set(state: bool) None[source]
# SCPI: [SENSe]:SWEep:TIME:AUTO
driver.applications.k30NoiseFigure.sense.sweep.time.auto.set(state = False)

If enabled, the sweep time is automatically selected, depending on the current frequency of the sweep point, as defined in the frequency table (see ‘Using a frequency table’) . If disabled, the value defined by [SENSe:]SWEep:TIME is used.

param state

ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on