State

SCPI Command :

[SENSe]:NR5G:FRAMe:COUNt:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:NR5G:FRAMe:COUNt:STATe
value: bool = driver.applications.k14Xnr5G.sense.nr5G.frame.count.state.get()

Turns manual definition of number of frames to analyze on and off.

Returns:

state: OFF | 0 The FSW analyzes all frames in the capture buffer. ON | 1 Define the number of frames to analyze with method RsFsw.applications.k14Xnr5G.sense.nr5G.frame.count.set() .

set(state: bool) None[source]
# [SENSe]:NR5G:FRAMe:COUNt:STATe
driver.applications.k14Xnr5G.sense.nr5G.frame.count.state.set(state = False)

Turns manual definition of number of frames to analyze on and off.

Parameters:

state – OFF | 0 The FSW analyzes all frames in the capture buffer. ON | 1 Define the number of frames to analyze with method RsFsw.applications.k14Xnr5G.sense.nr5G.frame.count.set() .