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.k17Mcgd.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
direct_path_setting: No help available
- set(direct_path_setting: RsFsw.enums.AutoOrOff) None [source]
# SCPI: INPut:DPATh driver.applications.k17Mcgd.inputPy.dpath.set(direct_path_setting = 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 direct_path_setting
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.