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

DCPowerExternalCalibrationCalibrationUserDefinedInfo Property
Gets or sets the 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 string CalibrationUserDefinedInfo { get; set; }
Public Property CalibrationUserDefinedInfo As String Get Set
Property Value
Type: StringReturns a String representing the information stored in the instrument onboard EEPROM.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The CalibrationUserDefinedInfo property was accessed after the associated NIDCPower object was disposed. |
Remarks
Setting this property overwrites any existing user-defined information.
![]() |
---|
This property can only be used in a session initialized to a single instrument. |