Click or drag to resize

CommandListAppendPositions(IEnumerablePoint2D) Method

Appends a list of 2D positions to the list.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendPositions(
	IEnumerable<Point2D> positions
)

Parameters

positions  IEnumerablePoint2D
List of positions for the the x-Axis, y-Axis in micrometers.
Remarks
The positions will be processed with an interval of 10μs. No delays will be applied. The condition of the laser prior to this command is not changed. Note that FieldTransform and FieldCorrection will still be used.
See Also