remove_pin#

ComponentDef.remove_pin(pin_to_remove)#

Remove the provided component pin from the component definition. the pin will be deleted and set to null.

Parameters:
pin_to_removeComponentPin

The pin to be removed.