QuantityType Class
The high-level description of the type of
quantity which is being captured by a channel.
Namespace: Gemstone.PQDIF.LogicalAssembly: Gemstone.PQDIF (in Gemstone.PQDIF.dll) Version: 1.0.128 -- Release Build+1b345d0ae00b8cec154a675bc1a93c4812c5641f
public static class QuantityType
Public NotInheritable Class QuantityType
public ref class QuantityType abstract sealed
Gemstone.PQDIF.Logical.QuantityType = function();
Type.createClass(
'Gemstone.PQDIF.Logical.QuantityType');
- Inheritance
- Object QuantityType
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.
|
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.
|