KangarooChannelP Method Kangaroo Library for .NET
Moves to the specified absolute position. This command is most useful for absolutely-positioned systems.

Namespace: DimensionEngineering.Kangaroo
Assembly: DimensionEngineering.Kangaroo (in DimensionEngineering.Kangaroo.dll) Version: 1.0.5.0 (1.0.5.0)
Syntax

public KangarooMonitor P(
	int position,
	int speedLimit = -1,
	KangarooMoveFlags flags = KangarooMoveFlags.Default
)

Parameters

position
Type: SystemInt32
The position to move to.
speedLimit (Optional)
Type: SystemInt32
The speed limit for the move.
flags (Optional)
Type: DimensionEngineering.KangarooKangarooMoveFlags
Modifiers for the move command.

Return Value

Type: KangarooMonitor
A KangarooMonitor for tracking the move request.
See Also

Reference