Dpath
SCPI Command :
INPut:DPATh
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() AutoOrOff[source]
# INPut:DPATh value: enums.AutoOrOff = driver.applications.k10Xlte.inputPy.dpath.get()
Enables or disables the use of the direct path for frequencies close to 0 Hz. If an external frontend is active, the direct path is always used.
- set(state: AutoOrOff) None[source]
# INPut:DPATh driver.applications.k10Xlte.inputPy.dpath.set(state = enums.AutoOrOff.AUTO)
Enables or disables the use of the direct path for frequencies close to 0 Hz. If an external frontend is active, the direct path is always used.
- Parameters:
state – AUTO | OFF AUTO | 1 (Default) the direct path is used automatically for frequencies close to 0 Hz. OFF | 0 The analog mixer path is always used.