VeriStand .NET API Reference

StimulusProfile.Setup Property

Gets or sets the SetupStepGroup for the stimulus profile, which contains the initialization section of stimulus profile code.

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 Setup As SetupStepGroup
C#
public SetupStepGroup Setup { get; set; }
Visual C++
public:
property SetupStepGroup^ Setup {
	SetupStepGroup^ get ();
	void set (SetupStepGroup^ value);
}

Property Value

A SetupStepGroup object.

See Also

Log in to get a better experience