Skip to content

gemstone/pqdif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gemstone logo

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.

GitHub license Build status CodeQL NuGet

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.

Documentation

Full Library Documentation