Channel
SCPI Command :
[SENSe]:POWer:ACHannel:SPACing:CHANnel
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [SENSe]:POWer:ACHannel:SPACing:CHANnel value: float = driver.applications.k91Wlan.sense.power.achannel.spacing.channel.get()
Defines the distance between transmission channels. If you set the channel spacing for a transmission channel, the FSW sets the spacing of the lower transmission channels to the same value, but not the other way round. The command works hierarchically: to set a distance between the 2nd and 3rd and 3rd and 4th channel, you have to set the spacing between the 2nd and 3rd channel first.
- Returns:
spacing: Range: 14 kHz to 2000 MHz, Unit: Hz
- set(spacing: float) None[source]
# [SENSe]:POWer:ACHannel:SPACing:CHANnel driver.applications.k91Wlan.sense.power.achannel.spacing.channel.set(spacing = 1.0)
Defines the distance between transmission channels. If you set the channel spacing for a transmission channel, the FSW sets the spacing of the lower transmission channels to the same value, but not the other way round. The command works hierarchically: to set a distance between the 2nd and 3rd and 3rd and 4th channel, you have to set the spacing between the 2nd and 3rd channel first.
- Parameters:
spacing – Range: 14 kHz to 2000 MHz, Unit: Hz