Click or drag to resize

Positions Class

Container that holds the coordinates of the last position that was processed by the card including all intermediate coordinates from the different calculation and transformation steps.
Inheritance Hierarchy
SystemObject
  RAYLASE.SPICE3Positions

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public class Positions

The Positions type exposes the following members.

Properties
 NameDescription
Public propertyActual Gets the last executed positions after applying the Field Transformation.
Public propertyHead Gets the last executed positions, after applying the Field Correction (if enabled). This is the final position in a chain of transformations, and is the one which is sent to the scan-head. The returned values are normalized ranging from -0.5 to +0.5 to indicate an excursion of +/-50%.
Public propertyMotf Gets the last executed position after adding the Motf offset.
Public propertyNominalAfterTransformation Gets the last executed nominal position after applying the Process Transformation.
Public propertyNominalBeforeTransformation Gets the last executed nominal position before applying the Process Transformation.
Top
See Also