VeriStand .NET API Reference

TdmsLogFile.GetChannelGroup Method

Returns the specified TDMS channel group associated with this 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 GetChannelGroup ( _
	name As String _
) As TdmsChannelGroup
C#
public TdmsChannelGroup GetChannelGroup(
	string name
)
Visual C++
public:
TdmsChannelGroup^ GetChannelGroup(
	String^ name
)

Parameters

name
Type: System.String
The name of the channel group

Return Value

If the channel group exists in the TDMS log file, returns a TdmsChannelGroup that represents the channel group specified by name (parameter); otherwise, returns null.

See Also

Log in to get a better experience