Channel

SCPI Command :

[SENSe]:POWer:ACHannel:SPACing:CHANnel
class ChannelCls[source]

Channel commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() float[source]
# SCPI: [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.

return

spacing: Range: 14 kHz to 2000 MHz, Unit: Hz

set(spacing: float) None[source]
# SCPI: [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.

param spacing

Range: 14 kHz to 2000 MHz, Unit: Hz