Skip to main content
Version: 2023.3

Remove a Resource Driver from a Model

Description: Remove the py or dll driver from a specific model.

Signature: remove_driver_from_model(model_name, driver_name)

Parameters:

NameDirectionRequiredDescription
model_nameInYesSpecify the model name you want the driver to be removed from
driver_nameInYesSpecify the name of the driver you want to remove

Sample:

`packageEditor.remove_driver_from_model('Generic Chassis Model','ResDriver')`