Auto

SCPI Command :

[SENSe]:NR5G:FRAMe:COUNt:AUTO
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:NR5G:FRAMe:COUNt:AUTO
value: bool = driver.applications.k14Xnr5G.sense.nr5G.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 as specified by 3GPP. OFF | 0 Turns on manual selection of the number of frames.

set(state: bool) None[source]
# [SENSe]:NR5G:FRAMe:COUNt:AUTO
driver.applications.k14Xnr5G.sense.nr5G.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 as specified by 3GPP. OFF | 0 Turns on manual selection of the number of frames.