Alternate<Channel>
SCPI Command :
[SENSe]:POWer:ACHannel:FILTer[:STATe]:ALTernate<ch>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Ch1 .. Ch64 driver.sense.power.achannel.filterPy.state.alternate.repcap_channel_set(repcap.Channel.Ch1)
- get(channel=Channel.Default) bool[source]
# [SENSe]:POWer:ACHannel:FILTer[:STATe]:ALTernate<ch> value: bool = driver.sense.power.achannel.filterPy.state.alternate.get(channel = repcap.Channel.Default)
Turns the weighting filter for an alternate channel on and off. For asymmetrical MSR signals, this command turns the weighting filter for the lower alternate channels on and off. To configure the filter state for the upper alternate channels, use the [SENSe:]POWer:ACHannel:FILTer[:STATe]:UALTernate<ch> command.
- Parameters:
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Alternate’)
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool, channel=Channel.Default) None[source]
# [SENSe]:POWer:ACHannel:FILTer[:STATe]:ALTernate<ch> driver.sense.power.achannel.filterPy.state.alternate.set(state = False, channel = repcap.Channel.Default)
Turns the weighting filter for an alternate channel on and off. For asymmetrical MSR signals, this command turns the weighting filter for the lower alternate channels on and off. To configure the filter state for the upper alternate channels, use the [SENSe:]POWer:ACHannel:FILTer[:STATe]:UALTernate<ch> command.
- Parameters:
state – ON | OFF | 1 | 0
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Alternate’)
Cloning the Group
# Create a copy of the original group, that exists independently
alternate_copy = driver.sense.power.achannel.filterPy.state.alternate.clone()