Dpath
SCPI Command :
INPut:DPATh
- class DpathCls[source]
Dpath commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.AutoOrOff [source]
# SCPI: 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.
- return
state: No help available
- set(state: RsFsw.enums.AutoOrOff) None [source]
# SCPI: 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.
- param 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.