HI,
I want to get the net connected to a specific Term using skill, especially if the terminal is a bus (say IN<12:0>) and net connected to it is not in proper bit format. See figure below.
when i run :inst is db id of instance Test_1
inst~>instTerms~>net~>name => ("IN_STDBY" "ABC_SET" "TRANSs<12:8>,<*2>VSS,VDD,<*2>VSS,T1,TRANS<1:0>" "ABC<36:27>" "En_2" "STOPBY" "STOPPWR")
inst~>instTerms~>term~>name => ("STDBY" "SET" "IN<12:0>" "OUT<36:27>" "En" "En1" "En2")
However can somebody tell me if there is any code of function which can give net for each bit directly ? eg : IN<7> is connected to VSS etc