https://github.com/gemstone/pqdif
Gemstone PQDIF Library
https://github.com/gemstone/pqdif
Last synced: 5 months ago
JSON representation
Gemstone PQDIF Library
- Host: GitHub
- URL: https://github.com/gemstone/pqdif
- Owner: gemstone
- License: mit
- Created: 2019-12-17T04:40:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-12-02T18:31:03.000Z (7 months ago)
- Last Synced: 2025-12-05T18:13:11.131Z (6 months ago)
- Language: C#
- Homepage: https://gemstone.github.io/pqdif/
- Size: 24.9 MB
- Stars: 6
- Watchers: 6
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
- License: LICENSE
- Security: docs/SECURITY.md
- Notice: NOTICE.txt
Awesome Lists containing this project
README

# PQDIF
### GPA Gemstone Library
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.
[](https://github.com/gemstone/pqdif/blob/master/LICENSE)
[](https://ci.appveyor.com/project/ritchiecarroll/pqdif)

[](https://www.nuget.org/packages/Gemstone.PQDIF#readme-body-tab)
This library includes helpful PQDIF classes like the following:
* [LogicalParser](https://gemstone.github.io/pqdif/help/html/T_Gemstone_PQDIF_Logical_LogicalParser.htm):
* Represents a parser which parses the logical structure of a PQDIF file.
* [PhysicalParser](https://gemstone.github.io/pqdif/help/html/T_Gemstone_PQDIF_Physical_PhysicalParser.htm):
* Represents a parser which parses the physical structure of a PQDIF file.
Among others.
### Documentation
[Full Library Documentation](https://gemstone.github.io/pqdif/help)