Start

SCPI Command :

FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:PMONitor:SLOTs:ARRay:STARt
Commands in total: 1
Subgroups: 0
Direct child commands: 1
fetch(sEGMent=SEGMent.Default) int[source]
# FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:PMONitor:SLOTs:ARRay:STARt
value: int = driver.nrSubMeas.multiEval.listPy.segment.pmonitor.slots.array.start.fetch(sEGMent = repcap.SEGMent.Default)

Returns the offset of the first power monitor vs slot result for segment <no> within a result list for all measured segments. Such a result list is, for example, returned by the command method RsCMPX_NrFr1Meas.nrSubMeas.multiEval.listPy.pmonitor.slots.rms.fetch() . A returned <Start> value n indicates that the result for the first slot of the segment is the result (n+1) in the power result list over all segments.

Suppressed linked return values: reliability

Parameters:

sEGMent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)

Returns:

start: Offset of the first power monitor vs slot result.