VeriStand .NET API Reference

Content Type
Programming Language
Current manual
Table of Contents

StartLoggingStep.AddChannelGroup Method

Adds the specified channelGroup to the StartLoggingStep.

Namespace: NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)

Syntax

Visual Basic (Declaration)
Public Sub AddChannelGroup ( _
	channelGroup As LogChannelGroup _
)
C#
public void AddChannelGroup(
	LogChannelGroup channelGroup
)
Visual C++
public:
void AddChannelGroup(
	LogChannelGroup^ channelGroup
)

Parameters

channelGroup
Type: NationalInstruments.VeriStand.StimulusProfileDefinitionApi.LogChannelGroup
The channel group to add.

See Also

Was this information helpful?