VeriStand .NET API Reference

RealTimeSequence.Code Property

Gets or sets the Code section of a sequence, which is the top-level container for all sequence code and contains the Setup, Main, and CleanUp sections.

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

Property Value

A Code object.

See Also

Log in to get a better experience