From GridLAB-D Wiki
(Redirected from Relax naming rules)
Jump to: navigation, search

The --relax command option is used to allow implicit naming of variables when assignments are made.

NOTE: This is most commonly used in the context of a naming convention where the name of the objects begin with a numeric (i.e., **name 1234_ab;**). Without relaxing the naming conventions, an error will be thrown.

GLM

#set relax_naming_rules=1

Command line

host% gridlabd --relax

or

host% gridlabd -D relax_naming_rules=1

See also