Channel<Channel>

SCPI Command :

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

Repeated Capability Setting:

# Range: Ch1 .. Ch64

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

Turns the weighting filter for a transmission channel on and off.

Parameters:

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

Returns:

state: ON | OFF | 1 | 0

set(state: bool, channel=Channel.Default) None[source]
# [SENSe]:POWer:ACHannel:FILTer[:STATe]:CHANnel<ch>
driver.sense.power.achannel.filterPy.state.channel.set(state = False, channel = repcap.Channel.Default)

Turns the weighting filter for a transmission channel on and off.

Parameters:
  • state – ON | OFF | 1 | 0

  • 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.state.channel.clone()