VeriStand .NET API Reference

ExecuteProgressChangedEventArgs.LastStep Property

Gets the most recent step executed by 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 ReadOnly Property LastStep As ActionStep
C#
public ActionStep LastStep { get; }
Visual C++
public:
property ActionStep^ LastStep {
	ActionStep^ get ();
}

Property Value

An ActionStep reference to the step.

See Also

Log in to get a better experience