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:

  • 1 Sub_Frame_Offset: int: decimal Start of the measured subframe range relative to the trigger event. Range: 0 to 9

  • 2 Sub_Frame_Count: int: decimal Length of the measured subframe range. Range: 1 to 320

  • 3 Meas_Subframe: int: decimal Subframe containing the measured slots for modulation and spectrum results. Range: 0 to SubframeCount-1

get() MsubFramesStruct[source]

CONFigure:LTE:MEASurement<Instance>:MEValuation:MSUBframes

Snippet: value: MsubFramesStruct = driver.configure.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]

CONFigure:LTE:MEASurement<Instance>:MEValuation:MSUBframes

Snippet: driver.configure.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:

decimal Start of the measured subframe range relative to the trigger event. Range: 0 to 9

param sub_frame_count:

decimal Length of the measured subframe range. Range: 1 to 320

param meas_subframe:

decimal Subframe containing the measured slots for modulation and spectrum results. Range: 0 to SubframeCount-1