Solve
|
Solves a specified simulation. |
|
| UI Command: | Launch button in simulation settings window. |
| Syntax: | obj.Solve(solutionName) |
| Parameters: |
BSTR solutionName |
| Return Value: |
Simulation results in text format. |
| VB Example: |
obj.Solve("Far Field Sim 1") |
| IPY Example: |
oDoc.Solve('Near Field Sim 1') |