arras-energy / gridlabd-old

HiPAS GridLAB-D is the California Energy Commission (CEC) version of GridLAB-D.
https://docs.gridlabd.us
BSD 3-Clause "New" or "Revised" License
33 stars 31 forks source link

Add support for server python library #1289

Closed dchassin closed 1 year ago

dchassin commented 1 year ago

This PR adds a python module to support running and accessing data in gridlabd servers.

For more information do the following:

$ gridlabd python
>>> import server
>>> help('server')

The validation test is available at tools/autotest/test_server.glm. The unit test shows some details on how to get and set properties.