VeriStand .NET API Reference

LogChannelGroup.Channels Property

Gets or sets the channels that belong 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 Property Channels As SystemDefinitionChannelResource()
C#
public SystemDefinitionChannelResource[] Channels { get; set; }
Visual C++
public:
property array<SystemDefinitionChannelResource^>^ Channels {
	array<SystemDefinitionChannelResource^>^ get ();
	void set (array<SystemDefinitionChannelResource^>^ value);
}

Property Value

An array of SystemDefinitionChannelResource objects (accessible from the NationalInstruments.VeriStand.DataTypes assembly).

See Also

Log in to get a better experience