Click or drag to resize

Measurement Class

Abstract base class for dynamic data structure which describes a measurement that was made by a human or by automated equipment in the course of inspecting or testing a production unit
Inheritance Hierarchy
SystemObject
  CFX.StructuresMeasurement
    More

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public abstract class Measurement

The Measurement type exposes the following members.

Constructors
 NameDescription
Public methodMeasurement Default constructor
Top
Properties
 NameDescription
Public propertyCRDs An optional list of component designators (instances of a part) on a production unit(s) to be associated with this measurement. May include sub-components in "." notation. Examples: R1, R2, R3 or R2.3 (R2, pin 3)
Public propertyMeasurementName A name that uniquely describes the test or measurement that was performed.
Public propertyResult An enumeration indicating whether or not this measurement is considered acceptable.
Public propertySequence An optional positive integer describing the sequence in which the tests or measurements were performed that resulted in this Reading. ///
Public propertyTimeRecorded The date/time when this Measurement was recorded (if known, otherwise null)
Public propertyUniqueIdentifier A unique identifier that for this particular measurement instance (new and unique each time a new measurement is made or repeated).
Top
See Also
Inheritance Hierarchy