void PositionSet ( double  position  ) 

Description:
PositionSet will set the value of axis' command and actual position. This is the same method used for the "Zero Position" button in RapidSetup.
Parameters:
position Units.
Sample Code:
  // set the command and actual position to zero
  axis->PositionSet(0);
Notes:
This is the most useful and safe "PositionSet" method. This will set the HomeState to FALSE.
Examples:
gear.cpp, PVAJT_Simple.cs, pvtMotion.cpp, and userLimitGainChangeBasedOnPosition.cpp.