Click or drag to resize

FPTDataPoint Class

Describes a force vs position vs time data point for a press.
Inheritance Hierarchy
SystemObject
  CFX.Structures.PressInsertionFPTDataPoint

Namespace: CFX.Structures.PressInsertion
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class FPTDataPoint

The FPTDataPoint type exposes the following members.

Constructors
 NameDescription
Public methodFPTDataPoint Default constructor
Top
Properties
 NameDescription
Public propertyForceA The force reading of load cell A of the data point
Public propertyForceB The force reading of load cell B the data point
Public propertyPosition The position reading of the data point
Public propertyTime The time reading of the data point
Public propertyTotalForce The total force reading of the data point
Top
See Also