VeriStand .NET API Reference

TdmsChannelGroup.AddChannel Method (TdmsChannel)

Adds the specified TdmsChannel to the TdmsChannelGroup.

Namespace: NationalInstruments.VeriStand.ClientAPI.Logging
Assembly: 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.

See Also