VeriStand .NET API Reference

Table of Contents

TdmsChannelGroup.GetChannel Method

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

Parameters

name
Type: System.String
The name of the channel

Return Value

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

See Also

Log in to get a better experience