VeriStand .NET API Reference

AlwaysPassEvaluation Class

Represents a pass/fail evaluation that always passes, regardless of the value being evaluated. You typically use evaluations on the return value of a real-time sequence to determine if the sequence passes or fails.

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 Class AlwaysPassEvaluation _
	Inherits Evaluation
C#
public class AlwaysPassEvaluation : Evaluation
Visual C++
public ref class AlwaysPassEvaluation : public Evaluation

Remarks

Use the members of this class to perform an AlwaysPass evaluation.

Accessing this Class:

Inheritance Hierarchy

System.Object
    NationalInstruments.VeriStand.StimulusProfileDefinitionApi.Evaluation
        NationalInstruments.VeriStand.StimulusProfileDefinitionApi.AlwaysPassEvaluation

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

See Also

Log in to get a better experience