TdmsChannelGroup.AddChannel Method (TdmsChannel)
- Updated2023-02-21
- 2 minute(s) read
Adds the specified TdmsChannel to the TdmsChannelGroup.
Namespace:
NationalInstruments.VeriStand.ClientAPI.LoggingAssembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Sub AddChannel ( _ channel As TdmsChannel _ ) |
| C# |
|---|
public void AddChannel( TdmsChannel channel ) |
| Visual C++ |
|---|
public: void AddChannel( TdmsChannel^ channel ) |
Parameters
- channel
- Type: NationalInstruments.VeriStand.ClientAPI.Logging.TdmsChannel
The TdmsChannel to add.