NIRfsa Namespace

Table of Contents

RfsaDriverOperation.RecordCoercions Property

  • Updated2025-07-17
  • 1 minute(s) read
RfsaDriverOperation.RecordCoercions Property

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

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

Exceptions

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

Remarks

This property is currently not supported.

See Also

Log in to get a better experience