VeriStand .NET API Reference

StimulusProfileCompilationException.Events Property

Gets or sets the compilations events, or errors, warnings, and messages, that occur during compilation of a stimulus profile or real-time sequence definition file.

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

Property Value

An array of CompilationEvent objects.

See Also

Log in to get a better experience