Gets or sets whether to perform interchangeability checking and retrieve interchangeability warnings.

Syntax

Namespace: NationalInstruments.ModularInstruments.NISwitch

public bool InterchangeCheck { get; set; }

Remarks

NI-SWITCH does not support interchangeability check.

Returns

true if interchangeability checking is enabled; otherwise false. The default value is false.

Exceptions

TypeDescription
System.ObjectDisposedException

The InterchangeCheck was accessed after the associated NISwitch object was disposed.