InterchangeCheck
- Updated2025-10-14
- 1 minute(s) read
Gets or sets whether to perform interchangeability checking and retrieve interchangeability warnings.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public bool InterchangeCheck { get; set; }
Remarks
true if interchangeability checking is enabled; otherwise false. The default value is false.
Interchangeability check is not supported.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The InterchangeCheck property was accessed after the associated NIRfsa object was disposed. |