create_package_def#

EDBComponent.create_package_def(name='', component_part_name=None)[source]#

Create a package definition and assign it to the component.

Parameters:
name: str, optional

Name of the package definition

component_part_namestr, optional

Part name of the component.

Returns:
bool

True if succeeded, False otherwise.