Count
SCPI Command :
[SENSe]:NR5G:FRAMe:COUNt
- Commands in total: 3Subgroups: 2Direct child commands: 1
- get() float[source]
# [SENSe]:NR5G:FRAMe:COUNt value: float = driver.applications.k14Xnr5G.sense.nr5G.frame.count.get()
Defines the number of frames to analyze. Prerequisites for this command
Turn on overall frame count (method
RsFsw.applications.k14Xnr5G.sense.nr5G.frame.count.state.set()) . If the overall frame count is off, this command is a query only.
- Returns:
frames: numeric value (integer only)
- set(frames: float) None[source]
# [SENSe]:NR5G:FRAMe:COUNt driver.applications.k14Xnr5G.sense.nr5G.frame.count.set(frames = 1.0)
Defines the number of frames to analyze. Prerequisites for this command
Turn on overall frame count (method
RsFsw.applications.k14Xnr5G.sense.nr5G.frame.count.state.set()) . If the overall frame count is off, this command is a query only.
- Parameters:
frames – numeric value (integer only)
Cloning the Group
# Create a copy of the original group, that exists independently
count_copy = driver.applications.k14Xnr5G.sense.nr5G.frame.count.clone()
Subgroups