ScrExportEmiScanReport
|
Generates an HTML EMI scanner report, with images of violations. |
|
| UI Command: | Results > EMI Scanner > [SimulationName] > Export Report with Images. |
| Syntax: | obj.ScrExportEmiScanReport(<simName>, <reportPath>) |
| Parameters: |
BSTR simName BSTR reportPath (include file extension) |
| Return Value: |
INT:
|
| VB Example: |
obj.ScrExportEmiScanReport("EMI Scan Sim 1", "D:/AutomationTest/EMI.htm") |
| IPY Example: |
oDoc.ScrExportEmiScanReport("EMI Scan Sim 1", "D:/AutomationTest/EMI.htm") |