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: all slots UDEF: single slot selected via MeasSlotNo

  • Meas_Slot_No: int: Slot number for MeasureSlot=UDEF The number of slots per subframe depends on the SCS. The slot must be within the captured number of subframes, limited to 10 subframes, see [CMDLINKRESOLVED Configure.NrSubMeas.MultiEval#NsubFrames CMDLINKRESOLVED].

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

Selects which slots within the first 10 captured subframes 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 within the first 10 captured subframes are evaluated.

param measure_slot:

ALL: all slots UDEF: single slot selected via MeasSlotNo

param meas_slot_no:

Slot number for MeasureSlot=UDEF The number of slots per subframe depends on the SCS. The slot must be within the captured number of subframes, limited to 10 subframes, see method RsCMPX_NrFr1Meas.Configure.NrSubMeas.MultiEval.nsubFrames.