Channel<Channel>

SCPI Command :

[SENSe]:POWer:ACHannel:SBLock<sb>:BWIDth[:CHANnel<ch>]
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Ch1 .. Ch64

driver.applications.k10Xlte.sense.power.achannel.sblock.bandwidth.channel.repcap_channel_set(repcap.Channel.Ch1)
get(subBlock=SubBlock.Default, channel=Channel.Default) float[source]
# [SENSe]:POWer:ACHannel:SBLock<sb>:BWIDth[:CHANnel<ch>]
value: float = driver.applications.k10Xlte.sense.power.achannel.sblock.bandwidth.channel.get(subBlock = repcap.SubBlock.Default, channel = repcap.Channel.Default)

Defines the bandwidth of the specified MSR Tx channel. 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:

bandwidth: Bandwidth in Hz Unit: Hz

set(bandwidth: float, subBlock=SubBlock.Default, channel=Channel.Default) None[source]
# [SENSe]:POWer:ACHannel:SBLock<sb>:BWIDth[:CHANnel<ch>]
driver.applications.k10Xlte.sense.power.achannel.sblock.bandwidth.channel.set(bandwidth = 1.0, subBlock = repcap.SubBlock.Default, channel = repcap.Channel.Default)

Defines the bandwidth of the specified MSR Tx channel. 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:
  • bandwidth – Bandwidth in Hz Unit: Hz

  • 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.k10Xlte.sense.power.achannel.sblock.bandwidth.channel.clone()