NI-DCPower .NET fx40 API Reference

Table of Contents

DCPowerDriverOperation.RecordCoercions Property

  • Updated2024-01-04
  • 1 minute(s) read
DCPowerDriverOperation.RecordCoercions Property

DCPowerDriverOperationRecordCoercions 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.NIDCPower
Assembly:  NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023

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

Exceptions

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

See Also

Log in to get a better experience