VeriStand .NET API Reference

Stimulus.MaxSteps Property

Gets or sets the maximum number of steps a stimulus generator can contain. Set this value to a number that is larger than the number of steps in the longest generator script.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Overridable Property MaxSteps As Integer
C#
public virtual int MaxSteps { get; set; }
Visual C++
public:
virtual property int MaxSteps {
	int get ();
	void set (int value);
}

Property Value

The maximum number of steps a generator can contain.

Remarks

Note:

This property is obsolete in NI VeriStand 2011 and later and does not interact with the latest version of the Stimulus Profile Editor. Use the Stimulus Profile API, in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll to interact with the current Stimulus Profile Editor.

See Also

Log in to get a better experience