pnnl / tesp

Other
39 stars 36 forks source link

GLMModifier needs to support `class player {...` #110

Closed trevorhardy closed 11 months ago

trevorhardy commented 1 year ago

GridLAB-D supports the definition of new classes and is commonly used for player transforms a la

class player {
    double value;
}

"class" is not a GridLAB-D module or class and thus doesn't appear when we ask GridLAB-D for all the modules and classes. Support for it to appear in the .glms needs to be manually added.

trevorhardy commented 1 year ago

Done but not merged into develop yet.

d3j331 commented 11 months ago

Has been merge into develop.