Rms

SCPI Command :

FETCh:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:PMONitor:RMS
class RmsCls[source]

Rms 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_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]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:PMONitor:RMS
value: FetchStruct = driver.lteMeas.multiEval.listPy.segment.pmonitor.rms.fetch(segment = repcap.Segment.Default)

Return the power monitor 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.

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.