Difference between revisions of "Extensions.Measure.InvalidMeasurementException"

From emotive
Jump to navigation Jump to search
Line 1: Line 1:
 
{{DISPLAYTITLE:Exception '''InvalidMeasurementException'''}}
 
{{DISPLAYTITLE:Exception '''InvalidMeasurementException'''}}
 
== Classification ==
 
== Classification ==
{{ClassificationException | InvalidMeasurementException | [[Core.DataTypes.ComplexDataType|Complex Data Type]] |[[Extensions.Measure.MeasureException|MeasureException]]}}
+
{{ClassificationException | InvalidMeasurementException | [[Core.DataTypes.ComplexDataType|Complex Data Type]] |[[Extensions.Measure.MeasureException|MeasureException]] | {{OtxSpec3}} }}
  
 
== Description ==
 
== Description ==
 
The '''InvalidMeasurementException''' shall be thrown when an invalid measurement is received from a measurement device. It means that the measurement device is fine, but the measured value is nevertheless regarded as invalid by the device. the throw of this exception can be controlled by the optional '''suppressInvalidMeasurementException''' flag of '''ExecuteDeviceService''' action
 
The '''InvalidMeasurementException''' shall be thrown when an invalid measurement is received from a measurement device. It means that the measurement device is fine, but the measured value is nevertheless regarded as invalid by the device. the throw of this exception can be controlled by the optional '''suppressInvalidMeasurementException''' flag of '''ExecuteDeviceService''' action

Revision as of 02:57, 12 September 2019

Classification

Name InvalidMeasurementException
Class Complex Data Type
Base Data Type MeasureException
SpecifiedBy ISO 13209-3

Description

The InvalidMeasurementException shall be thrown when an invalid measurement is received from a measurement device. It means that the measurement device is fine, but the measured value is nevertheless regarded as invalid by the device. the throw of this exception can be controlled by the optional suppressInvalidMeasurementException flag of ExecuteDeviceService action