SeriesValueType Class

Defines tags used to identify different series value types.

Definition

Namespace: Gemstone.PQDIF.Logical
Assembly: Gemstone.PQDIF (in Gemstone.PQDIF.dll) Version: 1.0.110 -- Release Build+b4919315e8c742e443cd323c6bfaf3fcd0062dd8
public static class SeriesValueType
Inheritance
Object    SeriesValueType

Properties

Area Area under the signal, usually an rms voltage, current, or other quantity.
Avg Average.
BinHigh BinHigh.
BinID BinID.
BinLow BinLow.
Count Count.
Duration Duration.
Ellipse Ellipse (for lightning flash density).
Frequency Frequency.
Inst Instantaneous.
Interval Interval data.
Latitude Latitude.
Longitude Longitude.
Max Maximum.
Min Minimum.
P1 Probability: 1%.
P10 Probability: 10%.
P5 Probability: 5%.
P90 Probability: 90%.
P95 Probability: 95%.
P99 Probability: 99%.
PhaseAngle Phase angle.
PhaseAngleAvg Phase angle which corresponds to an Avg series.
PhaseAngleMax Phase angle which corresponds to a Max series.
PhaseAngleMin Phase angle which corresponds to a Min series.
Polarity Polarity.
Prob Cumulative probability in percent.
Status Status data.
Time Time.
Transition Transition event code series.
Val Value type for a measurement.
XBinHigh XBinHigh.
XBinLow XBinLow.
YBinHigh YBinHigh.
YBinLow YBinLow.

Methods

GetInfo Gets information about the series value type identified by the given ID.
ToString Returns the name of the given series value type.

See Also