GraphCurve

Each record represents a curve in a graph that was plotted during a test.


FieldTypeDescription
TestId (PK)uniqueidentifierGUID of the test run. If this is a SQL CE file then the value will be 00000000-0000-0000-0000-000000000000.
GraphId (PK)int32The id of the graph the curve belongs to. FK GraphInfo.GraphId
CurveId (PK)int32The id of the curve
Namenvarchar(64)The name of the curve
RangefloatThe final range of the curve
LastValfloatThe y-value of the final data point on the curve
MaxValfloatThe highest y-value on the curve
MinValfloatThe lowest y-value on the curve
AvgValfloatThe average of all y-value's on the curve
Tagnvarchar(64)A system internal tag value
ThresholdWarningsint32The number of y-values on the curve that were above the warning threshold
ThresholdCriticalsint32The number of y-values on the curve that were above the critical threshold
  • No labels