Click or drag to resize

CoatingMeasurement Class

Structure that describes the a particular measurement / reading that was taken by a coating or encapsulation endpoint in the course of dispensing.
Inheritance Hierarchy
SystemObject
  CFX.StructuresMeasurement
    CFX.Structures.CoatingCoatingMeasurement

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

The CoatingMeasurement type exposes the following members.

Constructors
 NameDescription
Public methodCoatingMeasurement 
Top
Properties
 NameDescription
Public propertyActualValue The value of the reading (expressed in the appropriate units for the ReadingType).
Public propertyAxis An optional axis position describing the direction in which the coating or encapsulation nozzle displaced. Examples: AxisX, AxisY,AxisZ.

** NOTE: ADDED in CFX 1.5 **

Public propertyExpectedValue The nominal or expected value for this reading (expressed in the appropriate units for the ReadingType).
Public propertyFluidPressure An optional positive integer for Fluidpressure measurement type of the coating or encapsulation nozzle in case of second pressure pump is used

** NOTE: ADDED in CFX 1.5 **

///
Public propertyMaxAcceptableValue The maximum acceptable value for this reading (expressed in the appropriate units for the ReadingType).
Public propertyMeasurementType The type of reading
Public propertyMinAcceptableValue The minimum accecptable value for this reading (expressed in the appropriate units for the ReadingType).
Public propertyNozzleWidth An optional NozzleWidth measurement type of the coating or encapsulation nozzle

** NOTE: ADDED in CFX 1.5 **

///
Top
See Also