VeriStand .NET API Reference

Table of Contents

TdmsLogFile.AddChannelGroup Method (String)

Adds a new TdmsChannelGroup with the specified name to the TdmsLogFile.

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 Function AddChannelGroup ( _
	name As String _
) As TdmsChannelGroup
C#
public TdmsChannelGroup AddChannelGroup(
	string name
)
Visual C++
public:
TdmsChannelGroup^ AddChannelGroup(
	String^ name
)

Parameters

name
Type: System.String
The name of the TdmsChannelGroup.

Return Value

The newly added TdmsChannelGroup.

See Also

Log in to get a better experience