MsubFrames

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:MEValuation:MSUBframes
class MsubFramesCls[source]

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

class MsubFramesStruct[source]

Response structure. Fields:

  • Sub_Frame_Offset: int: Start of the measured subframe range relative to the trigger event.

  • Sub_Frame_Count: int: Length of the measured subframe range.

  • Meas_Subframe: int: Subframe containing the measured slots for modulation and spectrum results.

get() MsubFramesStruct[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:MSUBframes
value: MsubFramesStruct = driver.configure.lteMeas.multiEval.msubFrames.get()

Configures the scope of the measurement, i.e. which subframes are measured.

return:

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

set(sub_frame_offset: int, sub_frame_count: int, meas_subframe: int) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:MSUBframes
driver.configure.lteMeas.multiEval.msubFrames.set(sub_frame_offset = 1, sub_frame_count = 1, meas_subframe = 1)

Configures the scope of the measurement, i.e. which subframes are measured.

param sub_frame_offset:

Start of the measured subframe range relative to the trigger event.

param sub_frame_count:

Length of the measured subframe range.

param meas_subframe:

Subframe containing the measured slots for modulation and spectrum results.