TdmsLogFile.AddChannelGroup Method (String)
- Updated2023-02-21
- 2 minute(s) read
Adds a new TdmsChannelGroup with the specified name to the TdmsLogFile.
Namespace:
NationalInstruments.VeriStand.ClientAPI.LoggingAssembly: 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.