An open API service indexing awesome lists of open source software.

https://github.com/gemstone/comtrade

Gemstone COMTRADE Library
https://github.com/gemstone/comtrade

comtrade ieeec37-111

Last synced: 5 months ago
JSON representation

Gemstone COMTRADE Library

Awesome Lists containing this project

README

          

gemstone logo

# COMTRADE
### GPA Gemstone Library

The Gemstone COMTRADE Library organizes all Gemstone functionality related to COMTRADE (COMmon format for Transient Data Exchange for power systems), [IEEE C37.111 / IEC 60244-24 Ed.2](https://standards.ieee.org/ieee/C37.111/3795/).

[![GitHub license](https://img.shields.io/github/license/gemstone/comtrade?color=4CC61E)](https://github.com/gemstone/comtrade/blob/master/LICENSE)
[![Build status](https://ci.appveyor.com/api/projects/status/y4bp82dsx0cdosa4?svg=true)](https://ci.appveyor.com/project/ritchiecarroll/comtrade)
![CodeQL](https://github.com/gemstone/comtrade/workflows/CodeQL/badge.svg)
[![NuGet](https://img.shields.io/nuget/vpre/Gemstone.COMTRADE)](https://www.nuget.org/packages/Gemstone.COMTRADE#readme-body-tab)

This library includes helpful COMTRADE classes like the following:

* [Parser](https://gemstone.github.io/comtrade/help/html/T_Gemstone_COMTRADE_Parser.htm):
* Defines functions for parsing COMTRADE files.
* [Writer](https://gemstone.github.io/comtrade/help/html/T_Gemstone_COMTRADE_Writer.htm):
* Defines functions for writing COMTRADE files.
* [Schema](https://gemstone.github.io/comtrade/help/html/T_Gemstone_COMTRADE_Schema.htm):
* Represents the schema for a configuration file in the COMTRADE file standard.

Among others.

### Documentation
[Full Library Documentation](https://gemstone.github.io/comtrade/help)