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: decimal ‘Reliability indicator’
Seg_Reliability: int: decimal Reliability indicator for the segment
Step_Peak_Power: List[float]: No parameter help available
- 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.