VeriStand .NET API Reference

StartLoggingStep.ChannelGroups Property

Gets or sets the groups of channels to log data for when the StartLoggingStep executes or the TriggerCondition is met.

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 ChannelGroups As LogChannelGroup()
C#
public LogChannelGroup[] ChannelGroups { get; set; }
Visual C++
public:
property array<LogChannelGroup^>^ ChannelGroups {
	array<LogChannelGroup^>^ get ();
	void set (array<LogChannelGroup^>^ value);
}

Property Value

An array of LogChannelGroup objects.

See Also

Log in to get a better experience