RfsgDriverOperation.RecordCoercions Property
- Updated2025-05-22
- 1 minute(s) read
Rfsg
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.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public bool RecordCoercions { get; set; }
Public Property RecordCoercions As Boolean Get Set
Property Value
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.