Click or drag to resize

MotorAPIMoveAbs(MotorAxis, Double) Method

Moves the axis to the given absolute position.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 2.3.4
Syntax
C#
public void MoveAbs(
	MotorAxis axis,
	double target
)

Parameters

axis  MotorAxis
The axis.
target  Double
the absolute target position in UnitsPerStep.
See Also