Click or drag to resize

ChannelMove Method (MovementType, Direction, Double, ErrorRecoveryOptions)

Move Channel

Namespace:  Huarui.STARLine
Assembly:  SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
public void Move(
	MovementType type,
	Direction axis,
	double distance,
	ErrorRecoveryOptions options = null
)

Parameters

type
Type: Huarui.STARLineMovementType
absolute or relate move
axis
Type: Huarui.STARLineDirection
move direction, x, y or z
distance
Type: SystemDouble
move distance
options (Optional)
Type: Huarui.STARLineErrorRecoveryOptions
error recovery options
Exceptions
ExceptionCondition
STARExceptiondevice error will be throwed with STARException
See Also