brnch_dbids = DBID_Net->branches ;Get the DBIDs of "branches" of the Net
;println(brnch_dbids)
cont=length(brnch_dbids)
foreach(elm brnch_dbids
;println(elm->children)
foreach(elmkid elm->children
op = elmkid->objType ;Get the object Type of each "children"
when(op == "pin" ;The condition of the chldren's objType is "IN"
ref = elmkid->component->name ;*****Get the reference name of the component which is connected to the net*****
num = elmkid->number ;*****Get the pin number which is connected to the Net*****