Alternate<Channel>

RepCap Settings

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

SCPI Command :

[SENSe]:POWer:ACHannel:FILTer:ALPHa:ALTernate<n>
class AlternateCls[source]

Alternate commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: Channel, default value after init: Channel.Ch1

get(channel=Channel.Default) float[source]
# SCPI: [SENSe]:POWer:ACHannel:FILTer:ALPHa:ALTernate<n>
value: float = driver.applications.k18AmplifierEt.sense.power.achannel.filterPy.alpha.alternate.get(channel = repcap.Channel.Default)

Defines the roll-off factor for the alternate channel weighting filter. For asymmetrical MSR signals, this command defines the roll-off factor for the lower alternate channels. To configure the factor for the upper alterante channels, use the [SENSe:]POWer:ACHannel:FILTer:ALPHa:UALTernate<ch> command.

param channel

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

return

value: No help available

set(value: float, channel=Channel.Default) None[source]
# SCPI: [SENSe]:POWer:ACHannel:FILTer:ALPHa:ALTernate<n>
driver.applications.k18AmplifierEt.sense.power.achannel.filterPy.alpha.alternate.set(value = 1.0, channel = repcap.Channel.Default)

Defines the roll-off factor for the alternate channel weighting filter. For asymmetrical MSR signals, this command defines the roll-off factor for the lower alternate channels. To configure the factor for the upper alterante channels, use the [SENSe:]POWer:ACHannel:FILTer:ALPHa:UALTernate<ch> command.

param value

No help available

param channel

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k18AmplifierEt.sense.power.achannel.filterPy.alpha.alternate.clone()