Device.DeviceID Property
- Updated2023-02-21
- 1 minute(s) read
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: StringThe name of the device in MAX.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |