Skip to main content
Version: 2023.3

Add a Model to a Family

Description: Create a new model under a specific family.

When importing the package into CloudShell, if the model doesn’t exist it will be created. Otherwise it will be modified.

Signature: add_model_to_family(family_name, model_name, description)

Parameters:

NameDirectionRequiredDescription
family_nameInYesThe name of the family
model_nameInNoThe name of the model
descriptionInNoA short description of the model

Sample:

`packageEditor.add_model_to_family('Generic Chassis', 'Special Chassis','This is a special Chassis model')`