long DriveParamGet ( long  param,
RSIDriveMapParamType  paramType 
)

Description:
SqNodeDriveParamGet returns a the drive parameter.
Parameters:
param The parameter number, drive specific.
paramType A RSIDriveMapParamType value.
Returns:
(long) The value of the parameter.
Sample Code:
  // Get parameter 0 from drive.
  printf("Parameter 0:  %ld.\n", axis->SqNode->DriveParamGet(0, RSIDriveMapParamTypeUNSIGNED32);
See also:
SqNodeDriveParamSet