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
- Host: GitHub
- URL: https://github.com/gemstone/comtrade
- Owner: gemstone
- License: mit
- Created: 2022-11-23T02:40:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-12-02T18:31:17.000Z (7 months ago)
- Last Synced: 2025-12-05T18:13:22.025Z (6 months ago)
- Topics: comtrade, ieeec37-111
- Language: C#
- Homepage: https://gemstone.github.io/comtrade/
- Size: 3.87 MB
- Stars: 11
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
- License: LICENSE
- Security: docs/SECURITY.md
- Notice: NOTICE.txt
Awesome Lists containing this project
README

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