ScrExportNetDelayReport
| Exports a net delay report in HTML format. | |
| UI Command: | Simulation > Signal Net Analyzer. Click Export Net Delays and select appropriate options. |
| Syntax: | obj.ScrExportNetDelayReport(<reportPath>, <netNameRegExp>, <lengthUnits>, <delayUnits>, <onlyDieToBall>)
|
| Parameters: |
BSTR reportPath (full file path for report to be exported) BSTR netNameRegExp (regular expression; use '.*' to include all nets) BSTR lengthUnits (pass empty string to use default 'microns') BSTR delayUnits (pass empty string to use default 'ps') BOOL onlyDieToBall (True to enforce Only include paths from Die pin to BGA solderball option; else False) |
| Return Value: |
INT
|
| VB Example: |
obj.ScrExportNetDelayReport("C:/MyFiles/netdelay.htm", ".*", "", "", True) |
| IPY Example: |
|