Model.migrateloadcolcardstoanalysisparam#

Model.migrateloadcolcardstoanalysisparam()#

Updates the EIGRL, EIGRA, EIGRD, EIGC, NLPARM, NLADAPT, NLOUT, NLMON, TLOAD1, TLOAD2, RLOAD1, RLOAD2, ACSRCE, DLOAD, UNBALNC, RGYRO cards in load collectors to analysisparameters entity and removes the CAALOAD load collector card. All the reference IDs are migrated as well.

Example#

Migrating load collector cards to analysisparameters entity#
import hm
import hm.entities as ent

model = hm.Model()

model.migrateloadcolcardstoanalysisparam()