VeriStand .NET API Reference

StepGroup.CheckForErrors Method

Performs checks on a step and returns any errors, warnings, or messages that are relevant to the step's current configuration.

Namespace: NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Overrides Function CheckForErrors As CompilationEvent()
C#
public override CompilationEvent[] CheckForErrors()
Visual C++
public:
virtual array<CompilationEvent^>^ CheckForErrors() override

Return Value

An array of CompilationEvent objects that represent the errors, warnings, and messages generated by the step.

Remarks

See Also

Log in to get a better experience