Model.carddisable#

Model.carddisable(name)#

Disables an existing control card from being output through the template system.

Parameters:

name (hwString) – The name of an existing card to disable.

Example#

Disable a control card called “PARAM”#
import hm
import hm.entities as ent

model = hm.Model()

model.carddisable(name="PARAM")