StandardDev

SCPI Command :

FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:POWer:SDEViation
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 Statist_Expired: int: Reached statistical length in subframes

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

  • 5 Tx_Power: float: Total TX power of all component carriers

fetch(sEGMent=SEGMent.Default) FetchStruct[source]
# FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:POWer:SDEViation
value: FetchStruct = driver.nrSubMeas.multiEval.listPy.segment.power.standardDev.fetch(sEGMent = repcap.SEGMent.Default)

Return total TX power results for segment <no> in list mode.

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.