RecordCoercions
- Updated2025-10-14
- 1 minute(s) read
Gets or sets whether the IVI engine keeps a list of the value coercions it makes for integer and real type properties.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public bool RecordCoercions { get; set; }
Remarks
true if the IVI engine keeps a list of the value coercions; otherwise, false.
The default value is false.
This property is currently not supported.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The RecordCoercions property was accessed after the associated NIRfsg object was disposed. |