Achannel

SCPI Command :

[SENSe]:POWer:ACHannel:FILTer:ALPHa:ACHannel
class AchannelCls[source]

Achannel commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() float[source]
# SCPI: [SENSe]:POWer:ACHannel:FILTer:ALPHa:ACHannel
value: float = driver.applications.k14Xnr5G.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 [SENSe:]POWer:ACHannel:FILTer:ALPHa:UACHannel command.

return

alpha: Roll-off factor Range: 0 to 1

set(alpha: float) None[source]
# SCPI: [SENSe]:POWer:ACHannel:FILTer:ALPHa:ACHannel
driver.applications.k14Xnr5G.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 [SENSe:]POWer:ACHannel:FILTer:ALPHa:UACHannel command.

param alpha

Roll-off factor Range: 0 to 1