Ualternate<UpperAltChannel>

SCPI Command :

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

Repeated Capability Setting:

# Range: Nr1 .. Nr63

driver.sense.power.achannel.filterPy.alpha.ualternate.repcap_upperAltChannel_set(repcap.UpperAltChannel.Nr1)
get(upperAltChannel=UpperAltChannel.Default) float[source]
# [SENSe]:POWer:ACHannel:FILTer:ALPHa:UALTernate<ch>
value: float = driver.sense.power.achannel.filterPy.alpha.ualternate.get(upperAltChannel = repcap.UpperAltChannel.Default)

Defines the roll-off factor for the upper alternate channels’ weighting filter for asymmetrical MSR signals. To configure the factor for the upper alternate channels, use the [SENSe:]POWer:ACHannel:FILTer:ALPHa:ALTernate<ch> command.

Parameters:

upperAltChannel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ualternate’)

Returns:

alpha: Roll-off factor Range: 0 to 1

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

Defines the roll-off factor for the upper alternate channels’ weighting filter for asymmetrical MSR signals. To configure the factor for the upper alternate channels, use the [SENSe:]POWer:ACHannel:FILTer:ALPHa:ALTernate<ch> command.

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

  • upperAltChannel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ualternate’)

Cloning the Group

# Create a copy of the original group, that exists independently
ualternate_copy = driver.sense.power.achannel.filterPy.alpha.ualternate.clone()