VeriStand .NET API Reference

DAQDevice Constructor (String, String, DAQDeviceInputConfiguration)

Initializes a new instance of DAQDevice with the specified name, description, and input configuration.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Sub New ( _
	Name As String, _
	Description As String, _
	InputConfiguration As DAQDeviceInputConfiguration _
)
C#
public DAQDevice(
	string Name,
	string Description,
	DAQDeviceInputConfiguration InputConfiguration
)
Visual C++
public:
DAQDevice(
	String^ Name, 
	String^ Description, 
	DAQDeviceInputConfiguration InputConfiguration
)

Parameters

Name
Type: System.String
The name of the device.
Description
Type: System.String
The description of the device.
InputConfiguration
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.DAQDeviceInputConfiguration
The input terminal configuration.

See Also

Log in to get a better experience