Peak

SCPI Command :

FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:PMONitor:SLOTs:PEAK
class PeakCls[source]

Peak commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Seg_Reliability: int: Reliability indicator for the segment

  • Step_Peak_Power: List[float]: Comma-separated list of power values, one value per slot, from first to last slot of the segment For an inactive segment, only one INV is returned, independent of the number of slots in the segment.

fetch(sEGMent=SEGMent.Default) FetchStruct[source]
# SCPI: FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:PMONitor:SLOTs:PEAK
value: FetchStruct = driver.nrSubMeas.multiEval.listPy.segment.pmonitor.slots.peak.fetch(sEGMent = repcap.SEGMent.Default)

Return the power monitor vs slot results for segment <no> in list mode. The commands return one power result for each slot of the segment for the measured carrier. The power values are RMS averaged over the slot or represent the peak value within the slot.

param sEGMent:

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

return:

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