State

SCPI Command :

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

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

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

return

state: OFF | 0 The FSW analyzes all frames in the capture buffer. ON | 1 Define the number of frames to analyze with [SENSe:]NR5G:FRAMe:COUNt.

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

param state

OFF | 0 The FSW analyzes all frames in the capture buffer. ON | 1 Define the number of frames to analyze with [SENSe:]NR5G:FRAMe:COUNt.