Dpath

SCPI Commands

INPut<InputIx>:DPATh
class DpathCls[source]

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

get(inputIx=InputIx.Default) State[source]
# SCPI: INPut<ip>:DPATh
value: enums.State = driver.applications.k70Vsa.inputPy.dpath.get(inputIx = repcap.InputIx.Default)

Enables or disables the use of the direct path for frequencies close to 0 Hz.

param inputIx

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘InputPy’)

return

auto_off: No help available

set(auto_off: State, inputIx=InputIx.Default) None[source]
# SCPI: INPut<ip>:DPATh
driver.applications.k70Vsa.inputPy.dpath.set(auto_off = enums.State.ALL, inputIx = repcap.InputIx.Default)

Enables or disables the use of the direct path for frequencies close to 0 Hz.

param auto_off

No help available

param inputIx

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘InputPy’)