Achannel

SCPI Command :

[SENSe]:POWer:ACHannel:BWIDth:ACHannel
class AchannelCls[source]

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

get() float[source]
# SCPI: [SENSe]:POWer:ACHannel:BWIDth:ACHannel
value: float = driver.sense.power.achannel.bandwidth.achannel.get()

Defines the channel bandwidth of the adjacent channels. The adjacent channels are the first channels to the left and right of the transmission channels. If you set the channel bandwidth for these channels, the FSW sets the bandwidth of the alternate channels to the same value (not for MSR signals) . For asymmetrical MSR signals, this command defines the bandwidth of the lower adjacent channel. To configure the bandwidth for the upper adjacent channel, use the [SENSe:]POWer:ACHannel:BANDwidth:UACHannel command. Steep-edged channel filters are available for fast ACLR measurements.

return

bandwidth: Range: 100 Hz to 1000 MHz, Unit: Hz

set(bandwidth: float) None[source]
# SCPI: [SENSe]:POWer:ACHannel:BWIDth:ACHannel
driver.sense.power.achannel.bandwidth.achannel.set(bandwidth = 1.0)

Defines the channel bandwidth of the adjacent channels. The adjacent channels are the first channels to the left and right of the transmission channels. If you set the channel bandwidth for these channels, the FSW sets the bandwidth of the alternate channels to the same value (not for MSR signals) . For asymmetrical MSR signals, this command defines the bandwidth of the lower adjacent channel. To configure the bandwidth for the upper adjacent channel, use the [SENSe:]POWer:ACHannel:BANDwidth:UACHannel command. Steep-edged channel filters are available for fast ACLR measurements.

param bandwidth

Range: 100 Hz to 1000 MHz, Unit: Hz