Auto
SCPI Command :
INPut:DIQ:SRATe:AUTO
- class AutoCls[source]
Auto commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: INPut:DIQ:SRATe:AUTO value: bool = driver.applications.k14Xnr5G.inputPy.diq.symbolRate.auto.get()
If enabled, the sample rate of the digital I/Q input signal is set automatically by the connected device. 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:SRATe:AUTO driver.applications.k14Xnr5G.inputPy.diq.symbolRate.auto.set(state = False)
If enabled, the sample rate of the digital I/Q input signal is set automatically by the connected device. Is only available if the optional ‘Digital Baseband’ interface is installed.
- param state
ON | OFF | 1 | 0