AgChannels
SCPI Command :
[SENSe]:POWer:ACHannel:AGCHannels
- class AgChannelsCls[source]
AgChannels commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: [SENSe]:POWer:ACHannel:AGCHannels value: bool = driver.applications.k14Xnr5G.sense.power.achannel.agChannels.get()
Activates or deactivates gap channels in an MSR signal. For more information see ‘Measurement on multi-standard radio (MSR) signals’.
- return
state: ON | OFF | 1 | 0 ON | 1 The gap channels are displayed and channel power results are calculated and displayed in the Result Summary. OFF | 0 The gap channels are not displayed in the diagram and channel power results are not calculated nor displayed in the Result Summary.
- set(state: bool) None [source]
# SCPI: [SENSe]:POWer:ACHannel:AGCHannels driver.applications.k14Xnr5G.sense.power.achannel.agChannels.set(state = False)
Activates or deactivates gap channels in an MSR signal. For more information see ‘Measurement on multi-standard radio (MSR) signals’.
- param state
ON | OFF | 1 | 0 ON | 1 The gap channels are displayed and channel power results are calculated and displayed in the Result Summary. OFF | 0 The gap channels are not displayed in the diagram and channel power results are not calculated nor displayed in the Result Summary.