Reading Class |
[This is preliminary documentation and is subject to change.]
Namespace: CFX.Structures
The Reading type exposes the following members.
Name | Description | |
---|---|---|
![]() | BinaryValue |
If the Reading is of type DataType.Binary, this property contains the binary
representation of the value.
|
![]() | Components |
An optional list of components (instance of a part) on a production unit(s) to be associated with this reading.
|
![]() | ExpectedValue |
The expected value
|
![]() | ExpectedValueUnits |
The units of the expected value (must be a valid SI unit)
|
![]() | MaximumAcceptableValue |
The maximum acceptable value
|
![]() | MinimumAcceptableValue |
The minimum acceptable value
|
![]() | ReadingIdentifier |
A name that uniquely describes the test or measurement that was performed.
|
![]() | ReadingSequence |
An optional positive integer describing the sequence in which the tests or measurements were performed
that resulted in this Reading.
/// |
![]() | Result |
An enumeration indicating whether or not this reading is considered acceptable.
|
![]() | TimeRecorded |
The date/time when this Reading was recorded.
|
![]() | UnitIdentifier |
In the case that this Reading is associated to a particular production unit, and the Reading is not associated
with a work transaction, this property contains the unique identifier of the production unit.
|
![]() | UnitPositionNumber |
In the case that this Reading is associated with a particular production unit, and the Reading is associated
with a work transaction, this property contains the position number of the unit as it relates to the transaction.
If a position number is not specified, it is assumed that the Reading applies to all units associated with the
transaction.
|
![]() | Value |
The value of the reading
|
![]() | ValueDataType |
An enumeration describing the type of value contained in the Value or BinaryValue properties.
|
![]() | ValueMimeType |
If the Reading is of type DataType.Binary, this property contains the MIME type
of the binary data contained in the BinaryValue property.
|
![]() | ValueUnits |
The units of the value (must be a valid SI unit)
|