niDMM_GetCalUserDefinedInfoMaxSize
From NI-DMM C/CVI/VB
niDMM_GetCalUserDefinedInfoMaxSize
ViStatus = niDMM_GetCalUserDefinedInfoMaxSize(ViSession Instrument_Handle, ViInt32 *Info_Size)
Purpose
Returns the maximum string length that can be stored in the EEPROM. Use niDMM_SetCalUserDefinedInfo to store user-defined information.
| 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. |
| Output | ||
| Name | Type | Description |
| Info_Size | ViInt32* | Returns the value of maximum string length that can be stored in the EEPROM using niDMM_SetCalUserDefinedInfo. The Info_Size value is given in characters, but it does not include the termination character. |
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. |