dbCreatePin
dbCreatePin(d_netIdd_figId| nil [t_pinName| nil] [d_termId| nil] ) =>d_pin/ nil
Description
The figure of a pin represents physical implementation and graphical rendering for the pin. A pin cannot exist without being attached to a terminal. A terminal cannot exist without being attached to a net. Therefore, if the root-net (the top-most parent) of net d_net does not have a terminal, one is created automatically.
Arguments
Value Returned
Example
pin = dbCreatePin(net fig)
Related Topics
Connectivity Creation and Modification Functions
Return to top