Ualternate<UpperAltChannel>

RepCap Settings

# Range: Nr1 .. Nr63
rc = driver.sense.power.achannel.spacing.ualternate.repcap_upperAltChannel_get()
driver.sense.power.achannel.spacing.ualternate.repcap_upperAltChannel_set(repcap.UpperAltChannel.Nr1)

SCPI Command :

[SENSe]:POWer:ACHannel:SPACing: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:SPACing:UALTernate<ch>
value: float = driver.sense.power.achannel.spacing.ualternate.get(upperAltChannel = repcap.UpperAltChannel.Default)

Defines the distance from transmission channel to the upper alternate channels. For MSR signals, this command defines the distance from the CF of the last Tx channel in the last sub block to the upper alternate channel in asymmetrical configurations. To configure the spacing for the lower alternate channel, use the [SENSe:]POWer:ACHannel:SPACing:ALTernate<ch> command.

param upperAltChannel

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

return

spacing: Range: 100 Hz to 2000 MHz, Unit: Hz

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

Defines the distance from transmission channel to the upper alternate channels. For MSR signals, this command defines the distance from the CF of the last Tx channel in the last sub block to the upper alternate channel in asymmetrical configurations. To configure the spacing for the lower alternate channel, use the [SENSe:]POWer:ACHannel:SPACing:ALTernate<ch> command.

param spacing

Range: 100 Hz to 2000 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.sense.power.achannel.spacing.ualternate.clone()