VeriStand .NET API Reference

NumericBoundsEvaluation.Evaluate Method

Performs a NumericBounds evaluation on the specified value.

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 Evaluate ( _
	value As DataValue _
) As Boolean
C#
public override bool Evaluate(
	DataValue value
)
Visual C++
public:
virtual bool Evaluate(
	DataValue^ value
) override

Parameters

value
Type: NationalInstruments.VeriStand.Data.DataValue
The value to evaluate. This is typically the return value of a real-time sequence.

Return Value

true (True in Visual Basic) if the value passes.

Remarks

Note:

Use the CheckType property to specify whether a value must be within bounds or outside bounds to pass the evaluation.

Overrides Evaluation.Evaluate.

See Also

Log in to get a better experience