Channel<Channel>

RepCap Settings

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

SCPI Command :

[SENSe]:POWer:ACHannel:FILTer:ALPHa:SBLock<sb>: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) float[source]
# SCPI: [SENSe]:POWer:ACHannel:FILTer:ALPHa:SBLock<sb>:CHANnel<ch>
value: float = driver.applications.k14Xnr5G.sense.power.achannel.filterPy.alpha.sblock.channel.get(subBlock = repcap.SubBlock.Default, channel = repcap.Channel.Default)

Defines the roll-off factor for the specified transmission channel’s weighting filter.

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

alpha: Roll-off factor Range: 0 to 1

set(alpha: float, subBlock=SubBlock.Default, channel=Channel.Default) None[source]
# SCPI: [SENSe]:POWer:ACHannel:FILTer:ALPHa:SBLock<sb>:CHANnel<ch>
driver.applications.k14Xnr5G.sense.power.achannel.filterPy.alpha.sblock.channel.set(alpha = 1.0, subBlock = repcap.SubBlock.Default, channel = repcap.Channel.Default)

Defines the roll-off factor for the specified transmission channel’s weighting filter.

param alpha

Roll-off factor Range: 0 to 1

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.k14Xnr5G.sense.power.achannel.filterPy.alpha.sblock.channel.clone()