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.NIRfsa

public bool RecordCoercions { get; set; }

Remarks

true if the IVI engine keeps a list of the value coercions; otherwise, false.

This property is currently not supported.

Exceptions

TypeDescription
System.ObjectDisposedException

The RecordCoercions property was accessed after the associated NIRfsa object was disposed.