QuantityType Class

The high-level description of the type of quantity which is being captured by a channel.

Definition

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

Properties

CPF Probability, value.
Flash Time, latitude, longitude, value, polarity, ellipse.
Histogram BinLow, BinHigh, BinID, count.
Histogram3D XBinLow, XBinHigh, YBinLow, YBinHigh, BinID, count.
MagDur Magnitude and duration.
MagDurCount Time, magnitude, duration, and count.
MagDurTime Time, magnitude, and duration.
Phasor Time-domain measurements including magnitudes and (optionally) phase angle.
Response Frequency-domain measurements including magnitude and (optionally) phase angle.
ValueLog Time-based logged entries.
WaveForm Point-on-wave measurements.
XY X-values and y-values.
XYZ X-values, y-values, and z-values.

Methods

GetInfo Gets the information about the quantity type identified by the given ID.
IsQuantityTypeID Determines whether the given ID is a quantity type ID.
ToString Gets the name of the quantity type with the given ID.

See Also