StandardDev

SCPI Command :

FETCh:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:POWer:CC<no>:SDEViation
class StandardDevCls[source]

StandardDev 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

  • Statist_Expired: int: Reached statistical length in subframes

  • Out_Of_Tolerance: int: Percentage of measured subframes with failed limit check

  • Tx_Power: float: TX power of the component carrier

fetch(segment=Segment.Default, carrierComponentB=CarrierComponentB.Default) FetchStruct[source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:POWer:CC<no>:SDEViation
value: FetchStruct = driver.lteMeas.multiEval.listPy.segment.power.cc.standardDev.fetch(segment = repcap.Segment.Default, carrierComponentB = repcap.CarrierComponentB.Default)

Return TX power results for component carrier CC<no> and a single segment in list mode.

param segment:

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

param carrierComponentB:

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

return:

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