ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgDriverOperation.RecordCoercions Property

RfsgDriverOperation.RecordCoercions Property

RfsgDriverOperationRecordCoercions Property

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.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public bool RecordCoercions { get; set; }
Public Property RecordCoercions As Boolean
	Get
	Set

Property Value

Type: Boolean
if the IVI engine keeps a list of the value coercions; otherwise, .

The default value is .

Exceptions

ExceptionCondition
ObjectDisposedException The RecordCoercions property was accessed after the associated NIRfsg object was disposed.

Remarks

This property is currently not supported.

See Also

Was this information helpful?