Ualternate<UpperAltChannel>
RepCap Settings
# Range: Nr1 .. Nr63
rc = driver.applications.k14Xnr5G.sense.power.achannel.bandwidth.ualternate.repcap_upperAltChannel_get()
driver.applications.k14Xnr5G.sense.power.achannel.bandwidth.ualternate.repcap_upperAltChannel_set(repcap.UpperAltChannel.Nr1)
SCPI Command :
[SENSe]:POWer:ACHannel:BWIDth:UALTernate<ch>
- class UalternateCls[source]
Ualternate commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: UpperAltChannel, default value after init: UpperAltChannel.Nr1
- get(upperAltChannel=UpperAltChannel.Default) float [source]
# SCPI: [SENSe]:POWer:ACHannel:BWIDth:UALTernate<ch> value: float = driver.applications.k14Xnr5G.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.
- param upperAltChannel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ualternate’)
- return
bandwidth: Range: 100 Hz to 1000 MHz, Unit: Hz
- set(bandwidth: float, upperAltChannel=UpperAltChannel.Default) None [source]
# SCPI: [SENSe]:POWer:ACHannel:BWIDth:UALTernate<ch> driver.applications.k14Xnr5G.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.
- param bandwidth
Range: 100 Hz to 1000 MHz, Unit: Hz
- param upperAltChannel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ualternate’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k14Xnr5G.sense.power.achannel.bandwidth.ualternate.clone()