Not implemented

Namespace: EAL.Interfaces.Motion
Assembly: EAL (in EAL.dll) Version: 1.1.5.0 (1.1.5.0)

Syntax

C#
void Phasing(
	double phaseShift,
	double velocity,
	double acceleration,
	double deceleration
)
Visual Basic
Sub Phasing ( 
	phaseShift As Double,
	velocity As Double,
	acceleration As Double,
	deceleration As Double
)
Visual C++
void Phasing(
	double phaseShift, 
	double velocity, 
	double acceleration, 
	double deceleration
)

Parameters

phaseShift
Type: System..::..Double
Phase shift
velocity
Type: System..::..Double
Velocity
acceleration
Type: System..::..Double
Acceleration
deceleration
Type: System..::..Double
Deceleration

See Also