Model.cardenable#
- Model.cardenable(name)#
Enables an existing control card to be output through the template system.
- Parameters:
name (hwString) – The name of an existing card to enable.
Example#
Enable a control card called “PARAM”#import hm import hm.entities as ent model = hm.Model() model.cardenable(name="PARAM")