Auto

SCPI Command :

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.k6Pulse.inputPy.attenuation.auto.get()

Couples or decouples the attenuation to the reference level. Thus, when the reference level is changed, the FSW determines the signal level for optimal internal data processing and sets the required attenuation accordingly. Is not available if the optional ‘Digital Baseband’ interface is active.

return

state: ON | OFF | 0 | 1

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

Couples or decouples the attenuation to the reference level. Thus, when the reference level is changed, the FSW determines the signal level for optimal internal data processing and sets the required attenuation accordingly. Is not available if the optional ‘Digital Baseband’ interface is active.

param state

ON | OFF | 0 | 1