UaChannel
SCPI Command :
[SENSe]:POWer:ACHannel:FILTer[:STATe]:UACHannel
- class UaChannelCls[source]
UaChannel commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: [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 [SENSe:]POWer:ACHannel:FILTer[:STATe]:ACHannel command.
- return
state: ON | OFF | 1 | 0
- set(state: bool) None [source]
# SCPI: [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 [SENSe:]POWer:ACHannel:FILTer[:STATe]:ACHannel command.
- param state
ON | OFF | 1 | 0