DAQInternalChannels.AddInternalChannel Method
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Adds the specified DAQInternalChannel to the Internal Channels section.
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 AddInternalChannel ( _ internalChannel As DAQInternalChannel _ ) As Boolean |
| C# |
|---|
public bool AddInternalChannel( DAQInternalChannel internalChannel ) |
| Visual C++ |
|---|
public: bool AddInternalChannel( DAQInternalChannel^ internalChannel ) |
Parameters
- internalChannel
- Type: NationalInstruments.VeriStand.SystemDefinitionAPI.DAQInternalChannel
The channel to add.