RfsaExternalCalibration.CalibrationUserDefinedInfo Property
- Updated2025-05-22
- 1 minute(s) read
Rfsa
Gets or sets information that you define into the onboard EEPROM.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public string CalibrationUserDefinedInfo { get; set; }
Public Property CalibrationUserDefinedInfo As String Get Set
Property Value
StringReturns a String representing the information that you specify. The string can be up to 21 characters long.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The CalibrationUserDefinedInfo property was accessed after the associated NIRfsa object was disposed. |