State

SCPI Command :

[SENSe][:LTE]:FRAMe:COUNt:STATe
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() bool[source]
# SCPI: [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.

return

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]
# SCPI: [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.

param state

ON | 1 You can set the number of frames to analyze. OFF | 0 The FSW analyzes the frames captured in a single sweep.