Channel<Channel>

SCPI Command :

[SENSe]:POWer:ACHannel:FILTer:ALPHa:CHANnel<ch>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Ch1 .. Ch64

driver.sense.power.achannel.filterPy.alpha.channel.repcap_channel_set(repcap.Channel.Ch1)
get(channel=Channel.Default) float[source]
# [SENSe]:POWer:ACHannel:FILTer:ALPHa:CHANnel<ch>
value: float = driver.sense.power.achannel.filterPy.alpha.channel.get(channel = repcap.Channel.Default)

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

Parameters:

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

Returns:

alpha: Roll-off factor Range: 0 to 1

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

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

Parameters:
  • alpha – Roll-off factor Range: 0 to 1

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