niDMM_SetCalUserDefinedInfo
From NI-DMM C/CVI/VB
niDMM_SetCalUserDefinedInfo
ViStatus = niDMM_SetCalUserDefinedInfo(ViSession Instrument_Handle, ViChar Info[])
Purpose
Stores the user-defined information in the EEPROM. Use niDMM_GetCalUserDefinedInfoMaxSize to learn the maximum string size that is allowed. If the Info string size is larger than the maximum string size, NI-DMM stores as much of the information as possible, truncates the remainder, and returns a warning.
| Note The NI 4050 and NI 4060 are not supported. |
Parameters
| Input | ||
| Name | Type | Description |
| Instrument_Handle | ViSession | Identifies a particular instrument session. You obtain the Instrument_Handle parameter from niDMM_init or niDMM_InitWithOptions. The default is None. |
| Info | ViChar[] | Specifies the user-defined information to be stored in the EEPROM such as the operator who performed the calibration operation or system information. Use niDMM_GetCalUserDefinedInfoMaxSize to learn the maximum string size that is allowed. If the Info string size is larger than the maximum string size, NI-DMM stores as much of the information as possible, truncates the remainder, and return a warning. |
Return Value
| Name | Type | Description |
| Status | ViStatus | Reports the Status of this operation. To obtain a text description of the status code, call niDMM_error_message. To obtain additional information concerning the error condition, use niDMM_GetError. |