Click or drag to resize

GSF.PQDIF.Logical Namespace

 
Classes
  Class Description
Public class ChannelDefinition Represents a channel definition in a PQDIF file. The channel definition resides within a DataSourceRecord and defines a ChannelInstance.
Public class ChannelInstance Represents a channel instance in a PQDIF file. See IEEE 1159.3-2019 section 5.4.3 for details. A channel instance resides in an ObservationRecord, and is defined by a ChannelDefinition inside the observation record's DataSourceRecord.
Public class ChannelSetting Represents a channel setting in a PQDIF file. A channel setting resides in an MonitorSettingsRecord, and is defined by a ChannelDefinition inside the observation record's DataSourceRecord.
Public class ContainerRecord Represents the container record in a PQDIF file. There can be only one container record in a PQDIF file, and it is the first physical Record.
Public class DataSourceRecord Represents a data source record in a PQDIF file. The data source record contains information about the source of the data in an ObservationRecord.
Public class DataSourceType Types of data sources.
Public class DisturbanceCategory Disturbance Categories (as defined in IEEE 1159).
Public class Equipment Power quality equipment and software.
Public class LogicalParser Represents a parser which parses the logical structure of a PQDIF file.
Public class LogicalWriter Represents a writer used to create files using the PQDIF file format.
Public class MissingTag Represents an exception
Public class MonitorSettingsRecord Represents a monitor settings record in a PQDIF file.
Public class ObservationRecord Represents an observation record in a PQDIF file.
Public class QuantityCharacteristic Specifies additional detail about the meaning of the series data.
Public class QuantityType The high-level description of the type of quantity which is being captured by a channel.
Public class SeriesDefinition Definition of a SeriesInstance.
Public class SeriesInstance Represents an instance of a series in a PQDIF file. A series instance resides in a ChannelInstance and is defined by a SeriesDefinition.
Public class SeriesValueType Defines tags used to identify different series value types.
Public class Vendor Vendors for power quality hardware.
Enumerations
  Enumeration Description
Public enumeration Phase Phase types.
Public enumeration QuantityMeasured Physical quantity under measurement.
Public enumeration QuantityUnits Units of data defined in a PQDIF file.
Public enumeration StorageMethods Defines flags that determine the how the data is stored in a series instance.
Public enumeration TriggerMethod Type of trigger which caused the observation.