VeriStand .NET API Reference

BooleanEvaluation Class

Represents a Boolean pass/fail evaluation, where one value (usually true (True in Visual Basic)) indicates a pass and the other a fail. 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 BooleanEvaluation _
	Inherits Evaluation
C#
public class BooleanEvaluation : Evaluation
Visual C++
public ref class BooleanEvaluation : public Evaluation

Remarks

Use the members of this class to perform a Boolean evaluation. You also can invert the evaluation, so that a false (False in Visual Basic) value indicates a pass.

Accessing this Class:

Inheritance Hierarchy

System.Object
    NationalInstruments.VeriStand.StimulusProfileDefinitionApi.Evaluation
        NationalInstruments.VeriStand.StimulusProfileDefinitionApi.BooleanEvaluation

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