DCPowerExternalCalibration.CalibrationUserDefinedInfoMaxSize Property
- Updated2024-01-04
- 1 minute(s) read

DCPowerExternalCalibrationCalibrationUserDefinedInfoMaxSize Property
Gets the maximum number of characters that can be used to store user-defined information in the instrument onboard EEPROM.
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023
Syntax
public int CalibrationUserDefinedInfoMaxSize { get; }
Public ReadOnly Property CalibrationUserDefinedInfoMaxSize As Integer Get
Property Value
Type: Int32Returns an Int32 representing the number of characters of user-defined information.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The CalibrationUserDefinedInfoMaxSize property was accessed after the associated NIDCPower object was disposed. |
Remarks
![]() |
---|
This property can only be used in a session initialized to a single instrument. |