Auto

SCPI Command :

INPut:DIQ:RANGe[:UPPer]:AUTO
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# INPut:DIQ:RANGe[:UPPer]:AUTO
value: bool = driver.applications.k10Xlte.inputPy.diq.range.upper.auto.get()

If enabled, the digital input full scale level is automatically set to the value provided by the connected device (if available) . Is only available if the optional ‘Digital Baseband’ interface is installed.

Returns:

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# INPut:DIQ:RANGe[:UPPer]:AUTO
driver.applications.k10Xlte.inputPy.diq.range.upper.auto.set(state = False)

If enabled, the digital input full scale level is automatically set to the value provided by the connected device (if available) . Is only available if the optional ‘Digital Baseband’ interface is installed.

Parameters:

state – ON | OFF | 1 | 0