Skip to main content
Version: 2023.3

Remove a Parent Model

Description: Modify the model hierarchy, remove the specified model from the list of parent models.

Signature: remove_parent_model(model_name, parent_models)

Parameters:

NameDirectionRequiredDescription
model_nameInYesThe name of the model to modify
parent_modelsInYesThe list of models to be removed from the list of parents for this model

Sample:

`packageEditor.remove_parent_model('Generic Ethernet Port',['Generic Chassis Model'])`