RfsaDriverOperation.RecordCoercions Property
- Updated2025-07-17
- 1 minute(s) read
Rfsa
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.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.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, .
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The RecordCoercions property was accessed after the associated NIRfsa object was disposed. |
Remarks
This property is currently not supported.