Ualternate<UpperAltChannel>
SCPI Command :
[SENSe]:POWer:ACHannel:NAME:UALTernate<ch>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Nr1 .. Nr63 driver.applications.k14Xnr5G.sense.power.achannel.name.ualternate.repcap_upperAltChannel_set(repcap.UpperAltChannel.Nr1)
- get(upperAltChannel=UpperAltChannel.Default) str[source]
# [SENSe]:POWer:ACHannel:NAME:UALTernate<ch> value: str = driver.applications.k14Xnr5G.sense.power.achannel.name.ualternate.get(upperAltChannel = repcap.UpperAltChannel.Default)
Defines the name for the specified upper alternate channel in asymmetrical MSR channel definitions. To define the name for the lower adjacent channels use the [SENSe:]POWer:ACHannel:NAME:ALTernate<ch> command. For details on MSR signals see ‘Measurement on multi-standard radio (MSR) signals’.
- Parameters:
upperAltChannel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ualternate’)
- Returns:
name: String containing the name of the channel
- set(name: str, upperAltChannel=UpperAltChannel.Default) None[source]
# [SENSe]:POWer:ACHannel:NAME:UALTernate<ch> driver.applications.k14Xnr5G.sense.power.achannel.name.ualternate.set(name = 'abc', upperAltChannel = repcap.UpperAltChannel.Default)
Defines the name for the specified upper alternate channel in asymmetrical MSR channel definitions. To define the name for the lower adjacent channels use the [SENSe:]POWer:ACHannel:NAME:ALTernate<ch> command. For details on MSR signals see ‘Measurement on multi-standard radio (MSR) signals’.
- Parameters:
name – String containing the name of the channel
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.applications.k14Xnr5G.sense.power.achannel.name.ualternate.clone()