PROP_NUMERICLIMIT Table Schema
- Updated2025-07-23
- 1 minute(s) read
The default TestStand schema logs the limit information for a Numeric Limit Test step and a Multiple Numeric Limit Test step to this table.
| Column Name | Data Type | Description |
|---|---|---|
| ID | Primary Key | Unique value that identifies each entry in the table. |
| PROP_RESULT | Foreign Key | Property ID from the PROP_RESULT table that associates the result with the generic property result. |
| COMP_OPERATOR | String | The comparison operator for the numeric limit result. |
| THRESHOLD_TYPE | String | The type of threshold used by the numeric limit step type when using the EQT (== +/-) comparison type. |
| NOMINAL_VALUE | String | The base limit value of the numeric limit step, when you use the EQT (== +/-) comparison type. |
| UPPER_THRESHOLD | String | The higher threshold value, which is used along with the Nominal Value and the Threshold type to compute the HIGH_LIMIT. |
| LOWER_THRESHOLD | String | The lower threshold value, which is used along with the Nominal Value and the Threshold type to compute the LOW_LIMIT. |
| HIGH_LIMIT | String | The high limit for the numeric limit comparison. |
| LOW_LIMIT | String | The low limit for the numeric limit comparison. |
| UNITS | String | A label that describes the units for the measurement. |
| STATUS | String | The status of the numeric limit comparison. |