NI-DCPower .NET fx40 API Reference

Table of Contents

DCPowerExternalCalibration.CalibrationUserDefinedInfo Property

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

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: String
Returns a String representing the information stored in the instrument onboard EEPROM.

Exceptions

ExceptionCondition
ObjectDisposedException The CalibrationUserDefinedInfo property was accessed after the associated NIDCPower object was disposed.

Remarks

Setting this property overwrites any existing user-defined information.

Note Note
This property can only be used in a session initialized to a single instrument.

See Also

Log in to get a better experience