NI-DAQmx .NET Framework 4.5 API Reference

Device.AccessoryConnectionCount Property

  • Updated2023-02-21
  • 1 minute(s) read
Device.AccessoryConnectionCount Property
Specifies the number of times a particular connection that results in tangible wear and tear of onboard components has been made on the accessory. This connection count is useful for tracking accessory life and usage.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302

Syntax

public long AccessoryConnectionCount { get; set; }
Public Property AccessoryConnectionCount As Long
	Get
	Set

Property Value

Type: Int64
Specifies the number of times a particular connection that results in tangible wear and tear of onboard components has been made on the accessory. This connection count is useful for tracking accessory life and usage.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also