ScrExportDcSimReport
|
Exports a simulation report for a previously run DC simulation. To specify additional options, see: ScrExportDcSimReportColorBarProperties, ScrExportDcSimReportOptions, ScrExportDcSimReportScaling, and ScrExportDcSimReportUnits. |
|
| UI Command: | Results > DC IR > [Simulation Name] > Export Report. |
| Syntax: | obj.ScrExportDcSimReport(<simName>, <backgroundColor>, <htmReportFilenameWithPath>) |
| Parameters: |
BSTR simName (DC IR simulation must already be completed) BSTR backgroundColor ('black', 'white', or '', where empty string uses the current SIwave background colors) BSTR htmReportFilenameWithPath |
| Return Value: |
INT:
|
| VB Example: |
obj.ScrExportDcSimReport("DC IR Sim 1", "white", "C:/Project1/report.htm") |
| IPY Example: |
oDoc.ScrExportDcSimReport('DC IR Sim 1', 'white', 'C:/Project1/report.htm') |