Coupling

SCPI Command :

INPut:DIQ:RANGe:COUPling
class CouplingCls[source]

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

get() bool[source]
# SCPI: INPut:DIQ:RANGe:COUPling
value: bool = driver.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.

return

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# SCPI: INPut:DIQ:RANGe:COUPling
driver.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.

param state

ON | OFF | 1 | 0