UaChannel

SCPI Command :

[SENSe]:POWer:ACHannel:FILTer:ALPHa:UACHannel
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [SENSe]:POWer:ACHannel:FILTer:ALPHa:UACHannel
value: float = driver.sense.power.achannel.filterPy.alpha.uaChannel.get()

Defines the roll-off factor for the upper adjacent channel weighting filter for asymmetrical MSR signals. To configure the factor for the upper adjacent channel, use the method RsFsw.sense.power.achannel.filterPy.alpha.achannel.set() command.

Returns:

alpha: Roll-off factor Range: 0 to 1

set(alpha: float) None[source]
# [SENSe]:POWer:ACHannel:FILTer:ALPHa:UACHannel
driver.sense.power.achannel.filterPy.alpha.uaChannel.set(alpha = 1.0)

Defines the roll-off factor for the upper adjacent channel weighting filter for asymmetrical MSR signals. To configure the factor for the upper adjacent channel, use the method RsFsw.sense.power.achannel.filterPy.alpha.achannel.set() command.

Parameters:

alpha – Roll-off factor Range: 0 to 1