State

SCPI Command :

INPut:LISN:FILTer:HPASs[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# INPut:LISN:FILTer:HPASs[:STATe]
value: bool = driver.inputPy.lisn.filterPy.hpass.state.get()

Turns the 150 kHz highpass filter for the ENV216 network on and off.

Returns:

state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

set(state: bool) None[source]
# INPut:LISN:FILTer:HPASs[:STATe]
driver.inputPy.lisn.filterPy.hpass.state.set(state = False)

Turns the 150 kHz highpass filter for the ENV216 network on and off.

Parameters:

state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on