Quantcast
Channel: Cadence PCB Skill Forum
Viewing all articles
Browse latest Browse all 2157

[Help] How to get relative prop delay Delay value (delta :tolerance) of match group by skill

$
0
0

Hi guys,

I have trouble when building a skill export match group to a report file *.txt form design. But I can not get the relative prop delay Delay value (delta: tolerance) of the match group.

Below is my code, please help me point out an incorrect one or any way i can get delta : tolerance value by skill

foreach( mgrpEle Mgrp_list_item_sel
     foreach( i car(axlSelectByName("MATCH_GROUP" mgrpEle))->groupMembers
          if(i->net->name != nil then
               netname = i->net->name
          else
              netname = i->parent->name
          )
         comp1 = car(parseString(car(parseString(i->name ":")) "."))
         comp2 = car(parseString(cadr(parseString(i->name ":")) "."))

         del = i->net->rpd
         fprintf(myReportNet "%s %s %s %s %L\n" mgrpEle netname comp1 comp2 del)
     )
)

Thanks,

Jared.


Viewing all articles
Browse latest Browse all 2157

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>