RfsgDriverOperation.RecordCoercions Property
- Updated2024-05-08
- 1 minute(s) read
RfsgDriverOperationRecordCoercions 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.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
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, .
The default value is .
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The RecordCoercions property was accessed after the associated NIRfsg object was disposed. |
Remarks
This property is currently not supported.