Slots

SCPI Commands :

READ:NRSub:MEASurement<Instance>:MEValuation:TRACe:PMONitor:SLOTs
FETCh:NRSub:MEASurement<Instance>:MEValuation:TRACe:PMONitor:SLOTs
class SlotsCls[source]

Slots commands group definition. 2 total commands, 0 Subgroups, 2 group commands

fetch() List[float][source]
# SCPI: FETCh:NRSub:MEASurement<Instance>:MEValuation:TRACe:PMONitor:SLOTs
value: List[float] = driver.nrSubMeas.multiEval.trace.pmonitor.slots.fetch()

Returns the power monitor results as power vs slot values (as in the result diagram) . The number of subframes per trace is configurable, see method RsCMPX_NrFr1Meas.Configure.NrSubMeas.MultiEval.nsubFrames. The number of slots per subframe depends on the SCS.

Suppressed linked return values: reliability

return:

power: Comma-separated list of power values, one value per slot

read() List[float][source]
# SCPI: READ:NRSub:MEASurement<Instance>:MEValuation:TRACe:PMONitor:SLOTs
value: List[float] = driver.nrSubMeas.multiEval.trace.pmonitor.slots.read()

Returns the power monitor results as power vs slot values (as in the result diagram) . The number of subframes per trace is configurable, see method RsCMPX_NrFr1Meas.Configure.NrSubMeas.MultiEval.nsubFrames. The number of slots per subframe depends on the SCS.

Suppressed linked return values: reliability

return:

power: Comma-separated list of power values, one value per slot