Dpath

SCPI Command :

INPut:DPATh
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() AutoOrOff[source]
# 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.

set(direct_path_setting: AutoOrOff) None[source]
# 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.

Parameters:

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.