Auto
SCPI Command :
INPut:DIQ:SRATe:AUTO
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# INPut:DIQ:SRATe:AUTO value: bool = driver.applications.k10Xlte.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.
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool) None[source]
# INPut:DIQ:SRATe:AUTO driver.applications.k10Xlte.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.
- Parameters:
state – ON | OFF | 1 | 0