TdmsChannelGroup Constructor
- Updated2023-02-21
- 2 minute(s) read
Initializes a new instance of the TdmsChannelGroup class.
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 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.