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