Click or drag to resize

CycleAxis Constructor

Initializes a new instance of the CycleAxis class

Namespace:  LynceeTec.API.Cycle
Assembly:  LynceeTec.API.Cycle (in LynceeTec.API.Cycle.dll) Version: 10.1.23514.0 , built 2023-11-07 12:21:56 UTC
Syntax
public CycleAxis(
	IMovableItem axis,
	int stepsCount,
	double stepSize_m,
	double relativeStartingPosition_m = 0
)

Parameters

axis
Type: LynceeTec.API.HardwareIMovableItem
stepsCount
Type: SystemInt32
stepSize_m
Type: SystemDouble
relativeStartingPosition_m (Optional)
Type: SystemDouble
See Also