Auto
SCPI Command :
[SENSe][:LTE]:FRAMe:COUNt:AUTO
- class AutoCls[source]
Auto commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: [SENSe][:LTE]:FRAMe:COUNt:AUTO value: bool = driver.applications.k10Xlte.sense.lte.frame.count.auto.get()
Turns automatic selection of the number of frames to analyze on and off.
- return
state: ON | 1 Selects the analyzed number of frames according to the LTE standard. OFF | 0 Turns on manual selection of the number of frames.
- set(state: bool) None [source]
# SCPI: [SENSe][:LTE]:FRAMe:COUNt:AUTO driver.applications.k10Xlte.sense.lte.frame.count.auto.set(state = False)
Turns automatic selection of the number of frames to analyze on and off.
- param state
ON | 1 Selects the analyzed number of frames according to the LTE standard. OFF | 0 Turns on manual selection of the number of frames.