Rms

SCPI Command :

FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:PMONitor:RMS
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class FetchStruct[source]

Response structure. Fields:

  • 1 Reliability: int: ‘Reliability indicator’

  • 2 Seg_Reliability: int: Reliability indicator for the segment

  • 3 Step_Rms_Power: List[float]: Comma-separated list of power values, one value per subframe, from first to last subframe of the segment For an inactive segment, only one INV is returned, independent of the number of configured subframes.

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

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

Parameters:

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

Returns:

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