From GridLAB-D Wiki
Jump to: navigation, search

 PROPOSED FOR 4.0 

structure_format - structure formatting control global variable

Synopsis

GLM
#set structure_format=FORMAL|STRING|SERIAL
Command line
host% gridlabd -D structure_format=FORMAL|STRING|SERIAL

The structure format global variable control the format used to convert structure data to a string.

FORMAL

Structure data will be output using the GLM-compatible format. See structure for details.

STRING

Structure data will be output using an XML-compatible format. See structure for details.

SERIAL

Structure data will be output using a CSV-compatible format. See structure for details.

See also