UaChannel

SCPI Command :

[SENSe]:POWer:ACHannel:BWIDth:UACHannel
class UaChannelCls[source]

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

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

Defines the channel bandwidth of the upper adjacent channel in asymmetrical configurations. The adjacent channel is the first pair of channels next to the transmission channels. To configure the bandwidth for the lower adjacent channel, use the [SENSe:]POWer:ACHannel:BANDwidth:ACHannel 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:UACHannel
driver.sense.power.achannel.bandwidth.uaChannel.set(bandwidth = 1.0)

Defines the channel bandwidth of the upper adjacent channel in asymmetrical configurations. The adjacent channel is the first pair of channels next to the transmission channels. To configure the bandwidth for the lower adjacent channel, use the [SENSe:]POWer:ACHannel:BANDwidth:ACHannel command. Steep-edged channel filters are available for fast ACLR measurements.

param bandwidth

Range: 100 Hz to 1000 MHz, Unit: Hz