dbCreateConnByNewName
dbCreateConnByNewName(d_netd_instt_name) =>d_instTerm/ nil
Description
Similar to dbCreateConnByName, except t_name can refer to a master terminal to be created in the master cellview of instance d_inst.
In that case, the instance terminal created is left unbound to its master. If terminal t_name exists on the instance’s master cellview, this function behaves the same as
dbCreateConnByName.Arguments
Value Returned
Example
Creates an instance terminal of a non-existing master terminal named A.
unbound = dbCreateConnByNewName(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