Device.UserDefinedCalibrationInfo Property
- Updated2023-02-21
- 1 minute(s) read
Specifies a string that contains arbitrary, user-defined information. This number of characters in this string can be no more than MaxUserDefinedCalibrationInfoSize.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302
Syntax
public string UserDefinedCalibrationInfo { get; set; }
Public Property UserDefinedCalibrationInfo As String Get Set
Property Value
Type: StringSpecifies a string that contains arbitrary, user-defined information. This number of characters in this string can be no more than MaxUserDefinedCalibrationInfoSize.
Exceptions
| Exception | Condition |
|---|---|
| DaqException | The NI-DAQmx driver returned an error. |