VeriStand .NET API Reference

Table of Contents

DAQ.AddDevice Method

Adds the specified DAQDevice.

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 Function AddDevice ( _
	device As DAQDevice _
) As Boolean
C#
public bool AddDevice(
	DAQDevice device
)
Visual C++
public:
bool AddDevice(
	DAQDevice^ device
)

Return Value

true (True in Visual Basic) if the DAQDevice was added successfully.

See Also

Log in to get a better experience