ScrSetMeshBondwiresInDcSimulation
|
Sets the Mesh Bondwires setting. |
|
| UI Command: | Simulation > Options. Click DC Advanced tab and select Mesh Bondwires check box. |
| Syntax: | obj.ScrSetMeshBondwiresInDcSimulation(<meshBws>) |
| Parameters: |
BOOL meshBws (TRUE = mesh bondwires; FALSE = do not mesh bondwires) |
| Return Value: |
None. |
| VB Example: |
obj.ScrSetMeshBondwiresInDcSimulation True |
| IPY Example: |
oDoc.ScrSetMeshBondwiresInDcSimulation(1) |