Achannel

SCPI Command :

[SENSe]:POWer:ACHannel:FILTer[:STATe]:ACHannel
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:POWer:ACHannel:FILTer[:STATe]:ACHannel
value: bool = driver.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 method RsFsw.sense.power.achannel.filterPy.state.uaChannel.set() command.

Returns:

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# [SENSe]:POWer:ACHannel:FILTer[:STATe]:ACHannel
driver.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 method RsFsw.sense.power.achannel.filterPy.state.uaChannel.set() command.

Parameters:

state – ON | OFF | 1 | 0