Count

SCPI Command :

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

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

get() float[source]
# SCPI: [SENSe][:LTE]:FRAMe:COUNt
value: float = driver.applications.k10Xlte.sense.lte.frame.count.get()
Defines the number of frames you want to analyze.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn on overall frame count ([SENSe:][LTE:]FRAMe:COUNt:STATe) .

  • Turn on manual selection of frames to analyze ([SENSe:][LTE:]FRAMe:COUNt:AUTO) .

return

sub_frames: numeric value (integer only)

set(sub_frames: float) None[source]
# SCPI: [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.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn on overall frame count ([SENSe:][LTE:]FRAMe:COUNt:STATe) .

  • Turn on manual selection of frames to analyze ([SENSe:][LTE:]FRAMe:COUNt:AUTO) .

param sub_frames

numeric value (integer only)

Cloning the Group

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

Subgroups