From GridLAB-D Wiki
Jump to: navigation, search

browser - Control the browser used when presenting HTML pages

Synopsis

Command line
gridlabd -D browser=program
gridlabd --define browser=program
GLM file
#set browser=program

Description

When GridLAB-D needs a web browser window, such as for the --info command line option or for the user interface it uses the browser global variable to start a web browser. The browser variable is used differently depending the platform.

Windows

The default browser is iexplore.

Mac OSX

The default browser is safari.

Linux

The default browser is firefox.

See also