The Gemstone PQDIF Library organizes all Gemstone functionality for parsing and generating PQDIF (IEEE 1159.3-2003) files, used to exchange voltage, current, power, and energy measurements between software applications. PQDIF is an acronym for Power Quality Data Interchange Format.
This library includes helpful PQDIF classes like the following:
- LogicalParser:
- Represents a parser which parses the logical structure of a PQDIF file.
- PhysicalParser:
- Represents a parser which parses the physical structure of a PQDIF file.
Among others.