CalibrationUserDefinedInfoMaxSize
- Updated2025-10-14
- 1 minute(s) read
Gets the number of characters of user-defined information that can be stored in the device onboard EEPROM.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public int CalibrationUserDefinedInfoMaxSize { get; }
Remarks
Returns an Int32 representing the number of characters of user-defined information. The maximum size of the user-defined information string is 21 characters.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The CalibrationUserDefinedInfoMaxSize property was accessed after the associated NIRfsa object was disposed. |