Mslot

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:MSLot
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class MslotStruct[source]

Response structure. Fields:

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

  • 2 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 method RsCMPX_NrFr1Meas.configure.nrSubMeas.multiEval.nsub_frames() .

get() MslotStruct[source]
# 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.

Returns:

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

set(measure_slot: MeasureSlot, meas_slot_no: int = None) None[source]
# 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.

Parameters:
  • measure_slot – ALL: all slots UDEF: single slot selected via MeasSlotNo

  • 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.nsub_frames() .