NI-DCPower .NET fx40 API Reference

Table of Contents

DCPowerExternalCalibration.CalibrationUserDefinedInfoMaxSize Property

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

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: Int32
Returns an Int32 representing the number of characters of user-defined information.

Exceptions

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

Remarks

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