DCPowerDriverOperation.RecordCoercions Property
- Updated2024-01-04
- 1 minute(s) read

DCPowerDriverOperationRecordCoercions Property
Gets or sets whether the IVI engine keeps a list of the value coercions it makes for integer and real type properties.
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023
Syntax
public bool RecordCoercions { get; set; }
Public Property RecordCoercions As Boolean Get Set
Property Value
Type: Booleanif the IVI engine keeps a list of the value coercions; otherwise, .
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The RecordCoercions property was accessed after the associated NIDCPower object was disposed. |