VeriStand .NET API Reference

StimulusProfile.CleanUp Property

Gets or sets the CleanupStepGroup for the stimulus profile, which contains the finalization 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 CleanUp As CleanupStepGroup
C#
public CleanupStepGroup CleanUp { get; set; }
Visual C++
public:
property CleanupStepGroup^ CleanUp {
	CleanupStepGroup^ get ();
	void set (CleanupStepGroup^ value);
}

Property Value

A CleanupStepGroup object.

See Also

Log in to get a better experience