Count

SCPI Command :

[SENSe]:NR5G:FRAMe:COUNt
class CountCls[source]

Count commands group definition. 3 total commands, 2 Subgroups, 1 group commands

get() float[source]
# SCPI: [SENSe]:NR5G:FRAMe:COUNt
value: float = driver.applications.k14Xnr5G.sense.nr5G.frame.count.get()
Defines the number of frames to analyze.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn on overall frame count ([SENSe:]NR5G:FRAMe:COUNt:STATe) . If the overall frame count is off, this command is a query only.

return

frames: numeric value (integer only)

set(frames: float) None[source]
# SCPI: [SENSe]:NR5G:FRAMe:COUNt
driver.applications.k14Xnr5G.sense.nr5G.frame.count.set(frames = 1.0)
Defines the number of frames to analyze.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn on overall frame count ([SENSe:]NR5G:FRAMe:COUNt:STATe) . If the overall frame count is off, this command is a query only.

param frames

numeric value (integer only)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k14Xnr5G.sense.nr5G.frame.count.clone()

Subgroups