char * DriveParameterFileSet ( char *  driveMapFile,
char *  parameterFile 
)

Description:
DriveParameterFileSet loads the drive paramters stored in the file into the Drive.
Parameters:
driveMapFile Drive specific Map File containing all available parameters available to read/write.
parameterFile File which settings to install.
Returns:
(char*) Provides additional information about the Drive
Sample Code:
  // -- C++ -- //
  char* addInfo = axis->DriveParameterFileSet(driveXMapFile, axisXParamConfigFile);
  // -- C# -- //
  String addInfo = axis.DriveParameterFileSet(driveXMapFile, axisXParamConfigFile);
See also:
DriveParameterFileGet