Channel<Channel>
SCPI Command :
[SENSe]:POWer:ACHannel:SBLock<sb>:NAME[:CHANnel<ch>]
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Ch1 .. Ch64 driver.applications.k14Xnr5G.sense.power.achannel.sblock.name.channel.repcap_channel_set(repcap.Channel.Ch1)
- get(subBlock=SubBlock.Default, channel=Channel.Default) str[source]
# [SENSe]:POWer:ACHannel:SBLock<sb>:NAME[:CHANnel<ch>] value: str = driver.applications.k14Xnr5G.sense.power.achannel.sblock.name.channel.get(subBlock = repcap.SubBlock.Default, channel = repcap.Channel.Default)
Defines the name of the specified MSR Tx channel. Is for MSR signals only. In MSR ACLR measurements, the default TX channel names correspond to the specified technology, followed by a consecutive number. The assigned sub block (A,B,C,D,E, F,G,H) is indicated as a prefix (e.g. A: WCDMA1) . Is for MSR signals only (see method
RsFsw.calculate.marker.function.power.preset()) . For details on MSR signals see ‘Measurement on multi-standard radio (MSR) signals’.- Parameters:
subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sblock’)
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
- Returns:
name: String containing the name of the channel
- set(name: str, subBlock=SubBlock.Default, channel=Channel.Default) None[source]
# [SENSe]:POWer:ACHannel:SBLock<sb>:NAME[:CHANnel<ch>] driver.applications.k14Xnr5G.sense.power.achannel.sblock.name.channel.set(name = 'abc', subBlock = repcap.SubBlock.Default, channel = repcap.Channel.Default)
Defines the name of the specified MSR Tx channel. Is for MSR signals only. In MSR ACLR measurements, the default TX channel names correspond to the specified technology, followed by a consecutive number. The assigned sub block (A,B,C,D,E, F,G,H) is indicated as a prefix (e.g. A: WCDMA1) . Is for MSR signals only (see method
RsFsw.calculate.marker.function.power.preset()) . For details on MSR signals see ‘Measurement on multi-standard radio (MSR) signals’.- Parameters:
name – String containing the name of the channel
subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sblock’)
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
Cloning the Group
# Create a copy of the original group, that exists independently
channel_copy = driver.applications.k14Xnr5G.sense.power.achannel.sblock.name.channel.clone()