dbCreateConnByName
dbCreateConnByName(d_netd_instt_name) =>d_instTerm/ nil
Description
Similar to dbCreateConn, except the master terminal is defined by t_name instead of being specified by the master terminal’s dbObject.
Arguments
Value Returned
Example
Creates an instance terminal of master terminal A on instance inst and connect it to the net.
conn = dbCreateConnByName(net inst "A")
If you specify nil as the d_net value, a warning message displays and the instance terminal is not created.
Related Topics
Connectivity Creation and Modification Functions
Return to top