From GridLAB-D Wiki
Jump to: navigation, search

There are several options for getting assistance:

  • Use the runtime help resources:
To get a list of command options
 gridlabd --help 
To get a list of a module's classes and their properties:
 gridlabd --modhelp modulename[:classname] 
To get a list of global variables
 gridlabd --globals
To get an example of an object:
 gridlabd --example modulename:classname
To search online for a topic:
 gridlabd --info topic