NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

Device.DeviceID Property

Device.DeviceID Property

DeviceDeviceID Property

Gets the name of the device, as configured in Measurement Automation Explorer (MAX), to which this operation applies.

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

Syntax

public string DeviceID { get; }
Public ReadOnly Property DeviceID As String
	Get

Property Value

Type: String
The name of the device in MAX.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?