Achannel

SCPI Command :

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

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

Returns:

alpha: Roll-off factor Range: 0 to 1

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

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

Parameters:

alpha – Roll-off factor Range: 0 to 1