Sframes

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:MEValuation:BLER:SFRames
class SframesCls[source]

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

class SframesStruct[source]

Response structure. Fields:

  • Sub_Frames: int: integer Number of subframes to be measured Range: 1 subframe to 200E+3 subframes

  • Sched_Subfr_Per_Fr: int: integer Number of scheduled subframes per radio frame in the generated downlink signal Range: 1 subframe to 10 subframes

get() SframesStruct[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:BLER:SFRames
value: SframesStruct = driver.configure.multiEval.bler.sframes.get()

Specifies the statistic count (number of measured subframes) and the number of scheduled subframes per radio frame for the BLER measurement. BLER is a single shot measurement.

return:

structure: for return value, see the help for SframesStruct structure arguments.

set(sub_frames: int, sched_subfr_per_fr: int = None) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:BLER:SFRames
driver.configure.multiEval.bler.sframes.set(sub_frames = 1, sched_subfr_per_fr = 1)

Specifies the statistic count (number of measured subframes) and the number of scheduled subframes per radio frame for the BLER measurement. BLER is a single shot measurement.

param sub_frames:

integer Number of subframes to be measured Range: 1 subframe to 200E+3 subframes

param sched_subfr_per_fr:

integer Number of scheduled subframes per radio frame in the generated downlink signal Range: 1 subframe to 10 subframes