Alternate<Channel>
SCPI Command :
[SENSe]:POWer:ACHannel:SPACing:ALTernate<ch>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Ch1 .. Ch64 driver.applications.k14Xnr5G.sense.power.achannel.spacing.alternate.repcap_channel_set(repcap.Channel.Ch1)
- get(channel=Channel.Default) float[source]
# [SENSe]:POWer:ACHannel:SPACing:ALTernate<ch> value: float = driver.applications.k14Xnr5G.sense.power.achannel.spacing.alternate.get(channel = repcap.Channel.Default)
Defines the distance from transmission channel to alternate channels. For MSR signals, this command defines the distance from the CF of the first Tx channel in the first sub block to the lower alternate channel. To configure the spacing for the upper alternate channel in asymmetrical configurations, use the [SENSe:]POWer:ACHannel:SPACing:UALTernate<ch> command. If you set the channel spacing for the first alternate channel, the FSW adjusts the spacing of alternate channels of a lower order, but not the other way round (not for MSR signals) . The command works hierarchically: to set a distance from the transmission channel to the 2nd and 3rd alternate channel, you have to define a spacing for the 2nd alternate channel first.
- Parameters:
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Alternate’)
- Returns:
spacing: Range: 100 Hz to 2000 MHz, Unit: Hz
- set(spacing: float, channel=Channel.Default) None[source]
# [SENSe]:POWer:ACHannel:SPACing:ALTernate<ch> driver.applications.k14Xnr5G.sense.power.achannel.spacing.alternate.set(spacing = 1.0, channel = repcap.Channel.Default)
Defines the distance from transmission channel to alternate channels. For MSR signals, this command defines the distance from the CF of the first Tx channel in the first sub block to the lower alternate channel. To configure the spacing for the upper alternate channel in asymmetrical configurations, use the [SENSe:]POWer:ACHannel:SPACing:UALTernate<ch> command. If you set the channel spacing for the first alternate channel, the FSW adjusts the spacing of alternate channels of a lower order, but not the other way round (not for MSR signals) . The command works hierarchically: to set a distance from the transmission channel to the 2nd and 3rd alternate channel, you have to define a spacing for the 2nd alternate channel first.
- Parameters:
spacing – Range: 100 Hz to 2000 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.applications.k14Xnr5G.sense.power.achannel.spacing.alternate.clone()