State
SCPI Command :
[SENSe]:FILTer<n>:HPASs[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(filterPy=FilterPy.Default) bool[source]
# [SENSe]:FILTer<n>:HPASs[:STATe] value: bool = driver.sense.filterPy.hpass.state.get(filterPy = repcap.FilterPy.Default)
Activates/deactivates the selected high pass filter for the specified evaluation. For details on the high pass filter, refer to ‘High Pass’.
- Parameters:
filterPy – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘FilterPy’)
- Returns:
state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- set(state: bool, filterPy=FilterPy.Default) None[source]
# [SENSe]:FILTer<n>:HPASs[:STATe] driver.sense.filterPy.hpass.state.set(state = False, filterPy = repcap.FilterPy.Default)
Activates/deactivates the selected high pass filter for the specified evaluation. For details on the high pass filter, refer to ‘High Pass’.
- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
filterPy – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘FilterPy’)