DAQDevice.CreateInternalChannels Method
- Updated2023-02-21
- 2 minute(s) read
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.SystemDefinitionAPIAssembly: 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.