VeriStand .NET API Reference

StartLoggingStep.RemoveChannelGroup Method

Removes the specified channelGroupName from the StartLoggingStep.

Namespace: NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Sub RemoveChannelGroup ( _
	channelGroupName As String _
)
C#
public void RemoveChannelGroup(
	string channelGroupName
)
Visual C++
public:
void RemoveChannelGroup(
	String^ channelGroupName
)

Parameters

channelGroupName
Type: System.String
The channel group to remove.

See Also

Log in to get a better experience