AgChannels
SCPI Command :
[SENSe]:POWer:ACHannel:AGCHannels
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [SENSe]:POWer:ACHannel:AGCHannels value: bool = driver.applications.k10Xlte.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’.
- Returns:
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]
# [SENSe]:POWer:ACHannel:AGCHannels driver.applications.k10Xlte.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’.
- Parameters:
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.