ScrGenerateICDieNetwork
|
Generates an IC die network. |
|
| UI Command: | Tools > Create IC Die Network. Set options in IC Die Network Generation window. |
| Syntax: | obj.ScrGenerateICDieNetwork (<icPartName>, <refDes>, <net>, <networkName>, <resVal>, <useStarPattern>, <capVal>, <esr>, <toNet>, <useAutoRadius>, <resRadius>, <capRadius>) |
| Parameters: |
BSTR icPartName BSTR refDes BSTR net BSTR networkName BSTR resVal BOOL useStarPattern (True = star pattern; False = grid pattern) BSTR capVal BSTR esr BSTR toNet BOOL useAutoRadius (True = auto radius; False = specify radius) BSTR resRadius (leave string blank for auto radius) BSTR capRadius (leave string blank for auto radius) |
| Return Value: |
BOOL
|
| VB Example: |
obj.doc.ScrGenerateICDieNetwork("CD90-P2913-1", "U13", "AGND", "U13_AGND", "3.0mOhm", TRUE, "", "", "", TRUE, "", "") |
| IPY Example: |
oDoc.ScrGenerateICDieNetwork('CD90-P2913-1', 'U13', 'AGND', 'U13_AGND', '3.0mOhm', True, '', '', '', True, '', '') |