State
SCPI Command :
[SENSe][:LTE]:FRAMe:COUNt:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [SENSe][:LTE]:FRAMe:COUNt:STATe value: bool = driver.applications.k10Xlte.sense.lte.frame.count.state.get()
Turns manual selection of the number of frames you want to analyze on and off.
- Returns:
state: ON | 1 You can set the number of frames to analyze. OFF | 0 The FSW analyzes the frames captured in a single sweep.
- set(state: bool) None[source]
# [SENSe][:LTE]:FRAMe:COUNt:STATe driver.applications.k10Xlte.sense.lte.frame.count.state.set(state = False)
Turns manual selection of the number of frames you want to analyze on and off.
- Parameters:
state – ON | 1 You can set the number of frames to analyze. OFF | 0 The FSW analyzes the frames captured in a single sweep.