Click or drag to resize

CoatingProcessReading Class

** NOTE: ADDED in CFX 1.2 **

Structure base class representing process data. Chamber pressure units in mbar. Vaporizer temperature in degrees Celsius.
{
  "Chamber Pressure": "100",
  "Vaporizer Temperature" : "150"
  }
Inheritance Hierarchy
SystemObject
  CFX.StructuresReading
    CFX.Structures.VacuumDepositionCoatingProcessReading

Namespace: CFX.Structures.VacuumDeposition
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class CoatingProcessReading : Reading

The CoatingProcessReading type exposes the following members.

Constructors
 NameDescription
Public methodCoatingProcessReading 
Top
Properties
 NameDescription
Public propertyChamberPressure Current chamber pressure in mbar.
Public propertyVaporizerTemperature Current vaporizer temperature in degrees Celsius.
Top
See Also