ScrRunNearFieldSimulation
Note:
Use after ScrSetNearFieldExportDataPath.
| Runs a Near Field simulation. | |
| UI Command: | Simulation > Compute Near Field. |
| Syntax: | obj.ScrRunNearFieldSimulation(<freq>, <computeH>)
|
| Parameters: |
DOUBLE freq(uency) INT computeH (obsolete variable; use either 0 or 1) |
| Return Value: |
INT:
|
| VB Example: |
obj.ScrRunNearFieldSimulation(5.0, 1) |
| IPY Example: |
|