Mslot
SCPI Command :
CONFigure:NRSub: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: ALL | UDEF ALL: all scheduled UL slots UDEF: single slot selected via MeasSlotNo
Meas_Slot_No: int: numeric Slot number for MeasureSlot=UDEF The slot must be in the first radio frame (number of slots per subframe depends on SCS) . And the slot must be within the captured number of subframes, see [CMDLINKRESOLVED Configure.NrSubMeas.MultiEval#NsubFrames CMDLINKRESOLVED]. Range: 0 to 39
- get() MslotStruct[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:MSLot value: MslotStruct = driver.configure.nrSubMeas.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:NRSub:MEASurement<Instance>:MEValuation:MSLot driver.configure.nrSubMeas.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:
ALL | UDEF ALL: all scheduled UL slots UDEF: single slot selected via MeasSlotNo
- param meas_slot_no:
numeric Slot number for MeasureSlot=UDEF The slot must be in the first radio frame (number of slots per subframe depends on SCS) . And the slot must be within the captured number of subframes, see method RsCmwNrFr1Meas.Configure.NrSubMeas.MultiEval.nsubFrames. Range: 0 to 39