Alternate<Channel>

SCPI Command :

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

Repeated Capability Setting:

# Range: Ch1 .. Ch64

driver.sense.power.achannel.name.alternate.repcap_channel_set(repcap.Channel.Ch1)
get(channel=Channel.Default) str[source]
# [SENSe]:POWer:ACHannel:NAME:ALTernate<ch>
value: str = driver.sense.power.achannel.name.alternate.get(channel = repcap.Channel.Default)

Defines a name for an alternate channel. For MSR ACLR measurements, this command defines the name for the lower alternate channel in asymmetric channel definitions. To define the name for the upper alternate channels use the [SENSe:]POWer:ACHannel:NAME:UALTernate<ch> command. For details on MSR signals see ‘Measurement on multi-standard radio (MSR) signals’.

Parameters:

channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Alternate’)

Returns:

name: String containing the name of the channel

set(name: str, channel=Channel.Default) None[source]
# [SENSe]:POWer:ACHannel:NAME:ALTernate<ch>
driver.sense.power.achannel.name.alternate.set(name = 'abc', channel = repcap.Channel.Default)

Defines a name for an alternate channel. For MSR ACLR measurements, this command defines the name for the lower alternate channel in asymmetric channel definitions. To define the name for the upper alternate channels use the [SENSe:]POWer:ACHannel:NAME:UALTernate<ch> command. For details on MSR signals see ‘Measurement on multi-standard radio (MSR) signals’.

Parameters:
  • name – String containing the name of the channel

  • channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Alternate’)

Cloning the Group

# Create a copy of the original group, that exists independently
alternate_copy = driver.sense.power.achannel.name.alternate.clone()