Alternate<Channel>
SCPI Command :
[SENSe]:POWer:ACHannel:BWIDth:ALTernate<ch>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Ch1 .. Ch64 driver.sense.power.achannel.bandwidth.alternate.repcap_channel_set(repcap.Channel.Ch1)
- get(channel=Channel.Default) float[source]
# [SENSe]:POWer:ACHannel:BWIDth:ALTernate<ch> value: float = driver.sense.power.achannel.bandwidth.alternate.get(channel = repcap.Channel.Default)
Defines the channel bandwidth of the alternate channels. For MSR signals, this command defines the bandwidth of the lower alternate channels in asymmetrical configurations. To configure the bandwidth for the upper alternate channel, use the [SENSe:]POWer:ACHannel:BANDwidth:UALTernate<ch> command. If you set the channel bandwidth for the first alternate channel, the FSW sets the bandwidth of the other alternate channels to the same value, but not the other way round (not for MSR signals) . The command works hierarchically: to set a bandwidth of the 3rd and 4th channel, you have to set the bandwidth of the 3rd channel first. Steep-edged channel filters are available for fast ACLR measurements.
- Parameters:
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Alternate’)
- Returns:
bandwidth: Range: 100 Hz to 1000 MHz, Unit: Hz
- set(bandwidth: float, channel=Channel.Default) None[source]
# [SENSe]:POWer:ACHannel:BWIDth:ALTernate<ch> driver.sense.power.achannel.bandwidth.alternate.set(bandwidth = 1.0, channel = repcap.Channel.Default)
Defines the channel bandwidth of the alternate channels. For MSR signals, this command defines the bandwidth of the lower alternate channels in asymmetrical configurations. To configure the bandwidth for the upper alternate channel, use the [SENSe:]POWer:ACHannel:BANDwidth:UALTernate<ch> command. If you set the channel bandwidth for the first alternate channel, the FSW sets the bandwidth of the other alternate channels to the same value, but not the other way round (not for MSR signals) . The command works hierarchically: to set a bandwidth of the 3rd and 4th channel, you have to set the bandwidth of the 3rd channel first. Steep-edged channel filters are available for fast ACLR measurements.
- Parameters:
bandwidth – Range: 100 Hz to 1000 MHz, Unit: Hz
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.bandwidth.alternate.clone()