Channel<Channel>
SCPI Command :
[SENSe]:POWer:ACHannel:NAME:CHANnel<ch>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Ch1 .. Ch64 driver.sense.power.achannel.name.channel.repcap_channel_set(repcap.Channel.Ch1)
- get(channel=Channel.Default) str[source]
# [SENSe]:POWer:ACHannel:NAME:CHANnel<ch> value: str = driver.sense.power.achannel.name.channel.get(channel = repcap.Channel.Default)
Defines a name for a transmission channel.
- Parameters:
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
- Returns:
name: String containing the name of the channel
- set(name: str, channel=Channel.Default) None[source]
# [SENSe]:POWer:ACHannel:NAME:CHANnel<ch> driver.sense.power.achannel.name.channel.set(name = 'abc', channel = repcap.Channel.Default)
Defines a name for a transmission channel.
- Parameters:
name – String containing the name of the channel
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.name.channel.clone()