Auto

SCPI Command :

[SENSe]:NR5G:FRAMe:COUNt:AUTO
class AutoCls[source]

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

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

return

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

param state

ON | 1 Selects the analyzed number of frames as specified by 3GPP. OFF | 0 Turns on manual selection of the number of frames.