Click or drag to resize

MotorAPIAreHomed Method

Indicates if the requested axes have already been homed.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 2.3.4
Syntax
C#
public bool[] AreHomed(
	MotorAxes axes
)

Parameters

axes  MotorAxes
One or more axes.

Return Value

Boolean
Array that consists of n elements where n is the number of requested axes indicated as flags in axes. true if axis has already been homed otherwise false.
See Also