Skip to main content
Version: Latest

Add a Driver to a Blueprint

Description: Add a driver to an existing blueprint.

Signature: add_driver_to_topology(topology_name, driver_name, driver_file_path)

Parameters:

NameDirectionRequiredDescription
topology_nameInYesThe name of the blueprint
driver_nameInYesSpecify a name for the blueprint driver
driver_file_pathInYesSpecify the full path to the driver file (including file name). dll files are supported.

Sample:

packageEditor.add_driver_to_topology('TestTopology','TopDriver', 'C:\\Work\\Drivers\\Environment\\EnvironmentDriver.Compilation\\EnvironmentDriver.dll')