State

SCPI Command :

[SENSe]:FILTer<n>:CCIR[:UNWeighted][: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>:CCIR[:UNWeighted][:STATe]
value: bool = driver.sense.filterPy.ccir.unweighted.state.get(filterPy = repcap.FilterPy.Default)

Activates/deactivates the unweighted CCIR filter in the specified window. For details on weighting filters, see ‘Weighting’.

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>:CCIR[:UNWeighted][:STATe]
driver.sense.filterPy.ccir.unweighted.state.set(state = False, filterPy = repcap.FilterPy.Default)

Activates/deactivates the unweighted CCIR filter in the specified window. For details on weighting filters, see ‘Weighting’.

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’)