NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalDriverOperation.RecordCoercions Property

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

DigitalDriverOperationRecordCoercions Property

Gets or sets a value indicating whether the IVI engine keeps a list of the value coercions it makes for integer and real type properties.

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

Syntax

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

Property Value

Type: Boolean
, if the IVI engine keeps a list of the value coercions; otherwise, .

Exceptions

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

See Also

Log in to get a better experience