Coupling
SCPI Command :
INPut:DIQ:RANGe:COUPling
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# INPut:DIQ:RANGe:COUPling value: bool = driver.applications.k10Xlte.inputPy.diq.range.coupling.get()
If enabled, the reference level for digital input is adjusted to the full scale level automatically if the full scale level changes. 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:COUPling driver.applications.k10Xlte.inputPy.diq.range.coupling.set(state = False)
If enabled, the reference level for digital input is adjusted to the full scale level automatically if the full scale level changes. Is only available if the optional ‘Digital Baseband’ interface is installed.
- Parameters:
state – ON | OFF | 1 | 0