StimulusProfileCompilationException.Events Property
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
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.RealTimeSequenceDefinitionApiAssembly: 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); } |