NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalDriverOperation.InterchangeCheck Property

  • Updated2023-11-24
  • 1 minute(s) read
DigitalDriverOperation.InterchangeCheck Property

DigitalDriverOperationInterchangeCheck Property

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

Namespace:  NationalInstruments.ModularInstruments.NIDigital
Assembly:  NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021

Syntax

public bool InterchangeCheck { get; set; }
Public Property InterchangeCheck As Boolean
	Get
	Set

Property Value

Type: Boolean
, if interchangeability checking is enabled; otherwise, .

The default value is .

Exceptions

ExceptionCondition
ObjectDisposedException The InterchangeCheck property was accessed after the associated NIDigital object was disposed.

See Also

Log in to get a better experience