ScrSetFarFieldSimOptions
|
Sets options for Far Fields simulations. |
|
| UI Command: | Simulation > Compute Far Field. Set Phi and Theta options. |
| Syntax: | obj.ScrSetFarFieldSimOptions(<phiStart>, <phiStop>, <phiStepSize>, <thetaStart>, <thetaStop>, <thetaStepSize>) |
| Parameters: |
DOUBLE phiStart DOUBLE phiStop INT phiStepSize DOUBLE thetaStart DOUBLE thetaStop INT thetaStepSize |
| Return Value: |
BOOL:
|
| VB Example: |
obj.ScrSetFarFieldSimOptions(0, 360, 10, 0, 180, 10) |
| IPY Example: |
oDoc.ScrSetFarFieldSimOptions(0, 360, 10, 0, 180, 10) |