Model.simulationtitleon#

Model.simulationtitleon(on)#

Controls the display of the simulation title.

Parameters:

on (int) –

0 - off

1 - on

Example#

Not displaying the simulation title#
import hm
import hm.entities as ent

model = hm.Model()

model.simulationtitleon(on=0)

Note

By default, the simulation title is displayed.