Auto
SCPI Command :
INPut:DIQ:RANGe[:UPPer]:AUTO
- class AutoCls[source]
Auto commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: INPut:DIQ:RANGe[:UPPer]:AUTO value: bool = driver.applications.k70Vsa.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.
- return
state: ON | OFF | 1 | 0
- set(state: bool) None [source]
# SCPI: INPut:DIQ:RANGe[:UPPer]:AUTO driver.applications.k70Vsa.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.
- param state
ON | OFF | 1 | 0