Achannel

SCPI Command :

[SENSe]:POWer:ACHannel:FILTer[:STATe]:ACHannel
class AchannelCls[source]

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

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

Turns the weighting filter for the adjacent channel on and off. For asymmetrical MSR signals, this command turns the weighting filter for the lower adjacent channel on and off. To configure the filter state for the upper adjacent channel, use the [SENSe:]POWer:ACHannel:FILTer[:STATe]:UACHannel command.

return

state: ON | OFF | 1 | 0

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

Turns the weighting filter for the adjacent channel on and off. For asymmetrical MSR signals, this command turns the weighting filter for the lower adjacent channel on and off. To configure the filter state for the upper adjacent channel, use the [SENSe:]POWer:ACHannel:FILTer[:STATe]:UACHannel command.

param state

ON | OFF | 1 | 0