Dpath

SCPI Command :

INPut:DPATh
class DpathCls[source]

Dpath commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() RsFsw.enums.State[source]
# SCPI: INPut:DPATh
value: enums.State = driver.applications.k70Vsa.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

auto_off: No help available

set(auto_off: RsFsw.enums.State) None[source]
# SCPI: INPut:DPATh
driver.applications.k70Vsa.inputPy.dpath.set(auto_off = enums.State.ALL)

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 auto_off

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.