Click or drag to resize

QuantityType Class

The high-level description of the type of quantity which is being captured by a channel.
Inheritance Hierarchy
SystemObject
  GSF.PQDIF.LogicalQuantityType

Namespace: GSF.PQDIF.Logical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public static class QuantityType
View Source

The QuantityType type exposes the following members.

Methods
 NameDescription
Public methodStatic memberGetInfo Gets the information about the quantity type identified by the given ID.
Public methodStatic memberIsQuantityTypeID Determines whether the given ID is a quantity type ID.
Public methodStatic memberToString Gets the name of the quantity type with the given ID.
Top
Fields
 NameDescription
Public fieldStatic memberCPF Probability, value.
Public fieldStatic memberFlash Time, latitude, longitude, value, polarity, ellipse.
Public fieldStatic memberHistogram BinLow, BinHigh, BinID, count.
Public fieldStatic memberHistogram3D XBinLow, XBinHigh, YBinLow, YBinHigh, BinID, count.
Public fieldStatic memberMagDur Magnitude and duration.
Public fieldStatic memberMagDurCount Time, magnitude, duration, and count.
Public fieldStatic memberMagDurTime Time, magnitude, and duration.
Public fieldStatic memberPhasor Time-domain measurements including magnitudes and (optionally) phase angle.
Public fieldStatic memberResponse Frequency-domain measurements including magnitude and (optionally) phase angle.
Public fieldStatic memberValueLog Time-based logged entries.
Public fieldStatic memberWaveForm Point-on-wave measurements.
Public fieldStatic memberXY X-values and y-values.
Public fieldStatic memberXYZ X-values, y-values, and z-values.
Top
See Also