VeriStand .NET API Reference

Compiler Constructor (String, Boolean)

Initializes a new instance of Compiler and compiles and compiles the sequence at topLevelSequencePath and its dependencies into a binary form that the real-time sequence virtual machine can execute.

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 Sub New ( _
	topLevelSequencePath As String, _
	debug As Boolean _
)
C#
public Compiler(
	string topLevelSequencePath,
	bool debug
)
Visual C++
public:
Compiler(
	String^ topLevelSequencePath, 
	bool debug
)

Parameters

topLevelSequencePath
Type: System.String
The full path to the top-level real-time sequence to compile.
debug
Type: System.Boolean
true (True in Visual Basic) if the compiler should produce additional data for use during debugging.

Exceptions

ExceptionCondition
StimulusProfileCompilationExceptionAn error or multiple errors prevented compilation of the top-level real-time sequence.

See Also

Log in to get a better experience