DigitalDriverOperation.RecordCoercions Property
- Updated2023-11-24
- 1 minute(s) read
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
Exception | Condition |
---|---|
ObjectDisposedException | The RecordCoercions property was accessed after the associated NIDigital object was disposed. |