NI-RFPM API Reference

Table of Contents

RfpmUserCalibration.IsSerialNumberMatchRequired Property

  • Updated2023-12-28
  • 1 minute(s) read
RfpmUserCalibration.IsSerialNumberMatchRequired Property

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.

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: Boolean
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. The default value is .

Exceptions

ExceptionCondition
ObjectDisposedExceptionIsSerialNumberMatchRequired was accessed after the associated NIRfpm or RfpmDriverUtility object was disposed.

See Also

Log in to get a better experience