VeriStand .NET API Reference

Code.Setup Property

Gets or sets the Setup section of sequence code, which executes before the Main and CleanUp code sections. This section contains statements that initialize the sequence.

Namespace: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi
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 Setup
C#
public Setup Setup { get; set; }
Visual C++
public:
property Setup^ Setup {
	Setup^ get ();
	void set (Setup^ value);
}

Property Value

A Setup object.

See Also

Log in to get a better experience