State

SCPI Command :

[SENSe]:NR5G:EFILter:STATe
class StateCls[source]

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

get() bool[source]
# SCPI: [SENSe]:NR5G:EFILter:STATe
value: bool = driver.applications.k14Xnr5G.sense.nr5G.efilter.state.get()

Turns an event filter for combined measurement results on and off.

return

state: ON | OFF | 0 | 1

set(state: bool) None[source]
# SCPI: [SENSe]:NR5G:EFILter:STATe
driver.applications.k14Xnr5G.sense.nr5G.efilter.state.set(state = False)

Turns an event filter for combined measurement results on and off.

param state

ON | OFF | 0 | 1