StandardDev

SCPI Command :

FETCh:NIOT:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:MODulation: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 slots

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

  • Evm_Rms: float: Error vector magnitude RMS value

  • Evm_Peak: float: Error vector magnitude peak value

  • Mag_Error_Rms: float: Magnitude error RMS value

  • Mag_Err_Peak: float: Magnitude error peak value

  • Ph_Error_Rms: float: Phase error RMS value

  • Ph_Error_Peak: float: Phase error peak value

  • Iq_Offset: float: I/Q origin offset

  • Frequency_Error: float: Carrier frequency error

  • Timing_Error: float: Transmit time error

  • Tx_Power: float: User equipment power

  • Peak_Power: float: User equipment peak power

  • Sc_Power: float: Power in allocated subcarriers

  • Evm_Dmrs: float: Error vector magnitude DMRS value

  • Mag_Err_Dmrs: float: Magnitude error DMRS value

  • Ph_Error_Dmrs: float: Phase error DMRS value

fetch(segment=Segment.Default) FetchStruct[source]
# SCPI: FETCh:NIOT:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:MODulation:SDEViation
value: FetchStruct = driver.niotMeas.multiEval.listPy.segment.modulation.standardDev.fetch(segment = repcap.Segment.Default)

Returns current, average and standard deviation modulation single value results for segment <no> in list mode.

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.