Channel<Channel>

RepCap Settings

# Range: Ch1 .. Ch64
rc = driver.applications.k10Xlte.sense.power.achannel.sblock.name.channel.repcap_channel_get()
driver.applications.k10Xlte.sense.power.achannel.sblock.name.channel.repcap_channel_set(repcap.Channel.Ch1)

SCPI Command :

[SENSe]:POWer:ACHannel:SBLock<sb>:NAME[:CHANnel<ch>]
class ChannelCls[source]

Channel commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: Channel, default value after init: Channel.Ch1

get(subBlock=SubBlock.Default, channel=Channel.Default) str[source]
# SCPI: [SENSe]:POWer:ACHannel:SBLock<sb>:NAME[:CHANnel<ch>]
value: str = driver.applications.k10Xlte.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’.

param subBlock

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

param channel

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

return

name: String containing the name of the channel

set(name: str, subBlock=SubBlock.Default, channel=Channel.Default) None[source]
# SCPI: [SENSe]:POWer:ACHannel:SBLock<sb>:NAME[:CHANnel<ch>]
driver.applications.k10Xlte.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’.

param name

String containing the name of the channel

param subBlock

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

param channel

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k10Xlte.sense.power.achannel.sblock.name.channel.clone()