Ualternate<UpperAltChannel>

SCPI Command :

[SENSe]:POWer:ACHannel:BWIDth:UALTernate<ch>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr63

driver.sense.power.achannel.bandwidth.ualternate.repcap_upperAltChannel_set(repcap.UpperAltChannel.Nr1)
get(upperAltChannel=UpperAltChannel.Default) float[source]
# [SENSe]:POWer:ACHannel:BWIDth:UALTernate<ch>
value: float = driver.sense.power.achannel.bandwidth.ualternate.get(upperAltChannel = repcap.UpperAltChannel.Default)

Defines the channel bandwidth of the upper alternate channels in asymmetrical configurations. To configure the bandwidth for the lower alternate channel, use the [SENSe:]POWer:ACHannel:BANDwidth:ALTernate<ch> command. Steep-edged channel filters are available for fast ACLR measurements.

Parameters:

upperAltChannel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ualternate’)

Returns:

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

set(bandwidth: float, upperAltChannel=UpperAltChannel.Default) None[source]
# [SENSe]:POWer:ACHannel:BWIDth:UALTernate<ch>
driver.sense.power.achannel.bandwidth.ualternate.set(bandwidth = 1.0, upperAltChannel = repcap.UpperAltChannel.Default)

Defines the channel bandwidth of the upper alternate channels in asymmetrical configurations. To configure the bandwidth for the lower alternate channel, use the [SENSe:]POWer:ACHannel:BANDwidth:ALTernate<ch> command. Steep-edged channel filters are available for fast ACLR measurements.

Parameters:
  • bandwidth – Range: 100 Hz to 1000 MHz, Unit: Hz

  • upperAltChannel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ualternate’)

Cloning the Group

# Create a copy of the original group, that exists independently
ualternate_copy = driver.sense.power.achannel.bandwidth.ualternate.clone()