|
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.LogicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.249-beta
Syntaxpublic static class QuantityType
Public NotInheritable Class QuantityType
public ref class QuantityType abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type QuantityType = class end
GSF.PQDIF.Logical.QuantityType = function();
Type.createClass(
'GSF.PQDIF.Logical.QuantityType');
View SourceThe QuantityType type exposes the following members.
Methods | Name | Description |
---|
  | 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.
|
Top
Fields | Name | Description |
---|
  | 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.
|
Top
See Also