Model.allsuppressoutput#

Model.allsuppressoutput(state)#

Sets the export/do not export state of all entities.

Parameters:

state (int) –

0 - Set the state to export.

1 - Set the state to do not export.

Example#

Set all entities to * export *#
import hm
import hm.entities as ent

model = hm.Model()

model.allsuppressoutput(state=0)