VeriStand .NET API Reference

DAQDevice.CreateInternalChannels Method

Creates a DAQInternalChannels object, if one does not already exist, and adds it to the DAQDevice. If a DAQInternalChannels object already exists, this method returns a reference to this object.

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 CreateInternalChannels ( _
	<OutAttribute> ByRef internalChannels As DAQInternalChannels _
) As Boolean
C#
public bool CreateInternalChannels(
	out DAQInternalChannels internalChannels
)
Visual C++
public:
bool CreateInternalChannels(
	[OutAttribute] DAQInternalChannels^% internalChannels
)

Parameters

internalChannels
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.DAQInternalChannels %
The new or existing DAQInternalChannels object.

Return Value

true (True in Visual Basic) if DAQInternalChannels was added successfully. false (False in Visual Basic) if DAQInternalChannels already exists.

See Also