Mslot

SCPI Command :

CONFigure:NRMMw:MEASurement<Instance>:MEValuation:MSLot
class MslotCls[source]

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

class MslotStruct[source]

Response structure. Fields:

  • Measure_Slot: enums.MeasureSlot: UDEF: single slot selected via MeasSlotNo ALL: all scheduled UL slots

  • Meas_Slot_No: int: Slot number for MeasureSlot=UDEF The slot must be in the first radio frame. The number of slots per subframe depends on the SCS. And the slot must be within the captured number of subframes, see [CMDLINKRESOLVED Configure.NrMmwMeas.MultiEval#NsubFrames CMDLINKRESOLVED].

get() MslotStruct[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:MEValuation:MSLot
value: MslotStruct = driver.configure.nrMmwMeas.multiEval.mslot.get()

Selects which slots of the captured subframes of the first radio frame are evaluated.

return:

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

set(measure_slot: MeasureSlot, meas_slot_no: int = None) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:MEValuation:MSLot
driver.configure.nrMmwMeas.multiEval.mslot.set(measure_slot = enums.MeasureSlot.ALL, meas_slot_no = 1)

Selects which slots of the captured subframes of the first radio frame are evaluated.

param measure_slot:

UDEF: single slot selected via MeasSlotNo ALL: all scheduled UL slots

param meas_slot_no:

Slot number for MeasureSlot=UDEF The slot must be in the first radio frame. The number of slots per subframe depends on the SCS. And the slot must be within the captured number of subframes, see method RsCMPX_NrFr2Meas.Configure.NrMmwMeas.MultiEval.nsubFrames.