Auto
SCPI Command :
[SENSe][:LTE]:FRAMe:COUNt:AUTO
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [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.
- Returns:
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]
# [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.
- Parameters:
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.