UaChannel
SCPI Command :
[SENSe]:POWer:ACHannel:FILTer[:STATe]:UACHannel
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [SENSe]:POWer:ACHannel:FILTer[:STATe]:UACHannel value: bool = driver.sense.power.achannel.filterPy.state.uaChannel.get()
Turns the weighting filter for the upper adjacent channel on and off for asymmetrical MSR signals. To configure the factor for the lower adjacent channel, use the method
RsFsw.sense.power.achannel.filterPy.state.achannel.set()command.- Returns:
state: ON | OFF | 1 | 0
- set(state: bool) None[source]
# [SENSe]:POWer:ACHannel:FILTer[:STATe]:UACHannel driver.sense.power.achannel.filterPy.state.uaChannel.set(state = False)
Turns the weighting filter for the upper adjacent channel on and off for asymmetrical MSR signals. To configure the factor for the lower adjacent channel, use the method
RsFsw.sense.power.achannel.filterPy.state.achannel.set()command.- Parameters:
state – ON | OFF | 1 | 0