All

SCPI Command :

[SENSe]:POWer:ACHannel:FILTer[:STATe][:ALL]
class AllCls[source]

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

get() bool[source]
# SCPI: [SENSe]:POWer:ACHannel:FILTer[:STATe][:ALL]
value: bool = driver.applications.k14Xnr5G.sense.power.achannel.filterPy.state.all.get()

Turns the weighting filters for all channels on and off.

return

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# SCPI: [SENSe]:POWer:ACHannel:FILTer[:STATe][:ALL]
driver.applications.k14Xnr5G.sense.power.achannel.filterPy.state.all.set(state = False)

Turns the weighting filters for all channels on and off.

param state

ON | OFF | 1 | 0