NumericBoundsEvaluation.HighLimit Property
- Updated2023-02-21
- 2 minute(s) read
Gets or sets the high limit of the bounds for a NumericBounds evaluation. A value is within bounds if it is less than or equal to this value and greater than or equal to the LowLimit.
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 Property HighLimit As ScalarDataValue |
| C# |
|---|
public ScalarDataValue HighLimit { get; set; } |
| Visual C++ |
|---|
public: property ScalarDataValue^ HighLimit { ScalarDataValue^ get (); void set (ScalarDataValue^ value); } |