VeriStand .NET API Reference

StimulusProfile.Main Property

Gets or sets the MainStepGroup for the stimulus profile, which contains the main execution code of the 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 Property Main As MainStepGroup
C#
public MainStepGroup Main { get; set; }
Visual C++
public:
property MainStepGroup^ Main {
	MainStepGroup^ get ();
	void set (MainStepGroup^ value);
}

Property Value

A MainStepGroup object.

See Also

Log in to get a better experience