ScrSetPlotAfterDcSimulation
|
Controls whether or not current/power/voltage plots are generated after DC IR drop simulations conclude. |
|
| UI Command: | Simulation > Compute DC IR. Click Other Solver Options > DC. Select Plot Current Density and Voltage Distribution. |
| Syntax: | obj.ScrSetPlotAfterDcSimulation(<plot>) |
| Parameters: |
BOOL plot (TRUE = plot; FALSE = do not plot) |
| Return Value: |
None. |
| VB Example: |
obj.ScrSetPlotAfterDcSimulation True |
| IPY Example: |
oDoc.ScrSetPlotAfterDcSimulation(True) |