RfsaExternalCalibration.CalibrationUserDefinedInfoMaxSize Property
- Updated2025-07-17
- 1 minute(s) read
Rfsa
Gets the number of characters of user-defined information that can be stored in the device onboard
EEPROM.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public int CalibrationUserDefinedInfoMaxSize { get; }
Public ReadOnly Property CalibrationUserDefinedInfoMaxSize As Integer Get
Property Value
Int32Returns an Int32 representing the number of characters of user-defined information. The maximum size of the user-defined information string is 21 characters.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The CalibrationUserDefinedInfoMaxSize property was accessed after the associated NIRfsa object was disposed. |