Auto

SCPI Commands

INPut:ATTenuation:AUTO
class AutoCls[source]

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

get() bool[source]
# SCPI: INPut:ATTenuation:AUTO
value: bool = driver.applications.k60Transient.inputPy.attenuation.auto.get()

This command couples or decouples the attenuation to the reference level. Thus, when the reference level is changed, the R&S FSWP determines the signal level for optimal internal data processing and sets the required attenuation accordingly.

return

state: ON | OFF | 0 | 1

set(state: bool) None[source]
# SCPI: INPut:ATTenuation:AUTO
driver.applications.k60Transient.inputPy.attenuation.auto.set(state = False)

This command couples or decouples the attenuation to the reference level. Thus, when the reference level is changed, the R&S FSWP determines the signal level for optimal internal data processing and sets the required attenuation accordingly.

param state

ON | OFF | 0 | 1