Skip to main content
Version: 2023.3

Remove a Resource Script from a Model

Description: Remove a Resource Script from a specific model.

Signature: remove_script_from_model(model_name, script_name)

Parameters:

NameDirectionRequiredDescription
model_nameInYesSpecify the model name from which you want the driver to be removed
script_nameInYesSpecify the name of the resource script to be removed

Sample:

`packageEditor.remove_script_from_model('Generic Chassis Model','Debugging script')`