niDCPower_GetCalUserDefinedInfo
ViStatus niDCPower_GetCalUserDefinedInfo (ViSession vi, ViString info);
Purpose
Returns the user-defined information in the device onboard EEPROM.
Parameters
| Input | ||
| Name | Type | Description |
| vi | ViSession | Identifies a particular instrument calibration session. vi is obtained from the niDCPower_InitExtCal function. |
| Output | ||
| Name | Type | Description |
| info | ViString | Returns the user-defined information stored in the device onboard EEPROM. |
Return Value
| Name | Type | Description |
| Status | ViStatus | Reports the status of this operation. To obtain a text description of the status code, call the niDCPower_error_message function. To obtain additional information concerning the error condition, call the niDCPower_GetError function. |