Ualternate<UpperAltChannel>

SCPI Command :

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

Repeated Capability Setting:

# Range: Nr1 .. Nr63

driver.sense.power.achannel.spacing.ualternate.repcap_upperAltChannel_set(repcap.UpperAltChannel.Nr1)
get(upperAltChannel=UpperAltChannel.Default) float[source]
# [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.

Parameters:

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

Returns:

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

set(spacing: float, upperAltChannel=UpperAltChannel.Default) None[source]
# [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.

Parameters:
  • spacing – Range: 100 Hz to 2000 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.spacing.ualternate.clone()