Reliability

SCPI Command :

MEASurement<*>:RESult:RELiability
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(meas_type: MeasurementType = None, base_level: float = None, target_level: float = None, measurement=Measurement.Default) float[source]
# MEASurement<*>:RESult:RELiability
value: float = driver.measurement.result.reliability.get(meas_type = enums.MeasurementType.ACPower, base_level = 1.0, target_level = 1.0, measurement = repcap.Measurement.Default)

Return the statistic results of the specified measurement. If no parameter is specified, the result of the main measurement is returned. The main measurement is defined using method RsRtx.measurement.main.set() . Use the following commands to set up the application:

  • [:ACTual]: current measurement result

  • AVG: average of the long-term measurement results

  • EVTCount: number of measurement results in the long-term measurement

  • NPEak: negative peak value of the long-term measurement results

  • PPEak: positive peak value of the long-term measurement results

  • RELiability: reliability of the measurement result

  • RMS: RMS value of the long-term measurement results

  • STDDev: standard deviation of the long-term measurement results

For a detailed description of the results, see ‘Selection of the measurement group: MEASurement<m>’.

Parameters:
  • meas_type – See method RsRtx.measurement.main.set().

  • base_level – Sets the base level for signals with PAM order 2

  • target_level – Sets the target level for signals with PAM order 2

  • measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)

Returns:

value: Measurement result