VeriStand .NET API Reference

StepGroup Class

Represents a group of steps in a stimulus profile.

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 Class StepGroup _
	Inherits ActionStep
C#
public class StepGroup : ActionStep
Visual C++
public ref class StepGroup : public ActionStep

Remarks

This is a base class from which all step group types inherit. You can use step groups to organize steps in logical chunks. Use the members of this class to get and set information about the group, including its name and the steps it contains.

Accessing this Class:

Inheritance Hierarchy

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

See Also

Log in to get a better experience