VeriStand .NET API Reference

Table of Contents

TdmsChannelGroup Constructor

Initializes a new instance of the TdmsChannelGroup class.

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

Parameters

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

See Also

Log in to get a better experience