State
SCPI Command :
[SENSe]:FILTer<n>:HPASs[:STATe]
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(filterPy=FilterPy.Default) bool [source]
# SCPI: [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’.
- param filterPy
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘FilterPy’)
- return
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]
# SCPI: [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’.
- param state
ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- param filterPy
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘FilterPy’)