NumericBoundsEvaluation Class
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Represents a NumericBounds pass/fail evaluation, which checks if a specified value falls within the bounds of a specified high and low limit. You typically use evaluations on the return value of a real-time sequence to determine if the sequence passes or fails.
Namespace:
NationalInstruments.VeriStand.StimulusProfileDefinitionApiAssembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Class NumericBoundsEvaluation _ Inherits Evaluation |
| C# |
|---|
public class NumericBoundsEvaluation : Evaluation |
| Visual C++ |
|---|
public ref class NumericBoundsEvaluation : public Evaluation |
Remarks
Use the members of this class to configure and perform a NumericBounds evaluation.
Accessing this Class:
Inheritance Hierarchy
System.Object
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.Evaluation
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.NumericBoundsEvaluation
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.Evaluation
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.NumericBoundsEvaluation
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.