RfpmUserCalibration.IsSerialNumberMatchRequired Property
- Updated2023-12-28
- 1 minute(s) read
RfpmUserCalibrationIsSerialNumberMatchRequired Property
Gets or sets a value indicating whether a calibration storage file is rejected if the VST serial number in the file does not match the serial number of the VST instrument in use.
This property does not support the mmWave subsystem.
This property does not support the mmWave subsystem.
Namespace: NationalInstruments.ModularInstruments.NIRfpm
Assembly: NationalInstruments.ModularInstruments.NIRfpm.Fx40 (in NationalInstruments.ModularInstruments.NIRfpm.Fx40.dll) Version: 2023
Syntax
public bool IsSerialNumberMatchRequired { get; set; }
Public Property IsSerialNumberMatchRequired As Boolean Get Set
Property Value
Type: BooleanA value indicating whether a calibration storage file is rejected if the VST serial number in the file does not match the serial number of the VST instrument in use. The default value is .
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | IsSerialNumberMatchRequired was accessed after the associated NIRfpm or RfpmDriverUtility object was disposed. |