VeriStand .NET API Reference

LogChannelGroup.AddChannel Method

Adds the specified channel to the channel group

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 AddChannel ( _
	channel As SystemDefinitionChannelResource _
)
C#
public void AddChannel(
	SystemDefinitionChannelResource channel
)
Visual C++
public:
void AddChannel(
	SystemDefinitionChannelResource^ channel
)

Parameters

channel
Type: NationalInstruments.VeriStand.Data.SystemDefinitionChannelResource
The SystemDefinitionChannelResource reference to the channel. You can access this class from the NationalInstruments.VeriStand.Data assembly.

See Also

Log in to get a better experience