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

public bool RecordCoercions { get; set; }

Remarks

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

Exceptions

TypeDescription
System.ObjectDisposedException

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