 | 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)
Syntaxpublic void Move(
MovementType type,
Direction axis,
double distance,
ErrorRecoveryOptions options = null
)
Public Sub Move (
type As MovementType,
axis As Direction,
distance As Double,
Optional options As ErrorRecoveryOptions = Nothing
)
public:
void Move(
MovementType type,
Direction axis,
double distance,
ErrorRecoveryOptions^ options = nullptr
)
member Move :
type : MovementType *
axis : Direction *
distance : float *
?options : ErrorRecoveryOptions
(* Defaults:
let _options = defaultArg options null
*)
-> unit
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
ExceptionsException | Condition |
---|
STARException | device error will be throwed with STARException |
See Also