ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgDriverOperation.InterchangeCheck Property

RfsgDriverOperation.InterchangeCheck Property

RfsgDriverOperationInterchangeCheck Property

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

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

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 NIRfsg object was disposed.

Remarks

This property is currently not supported.

See Also

Was this information helpful?