Add (Near Field Sphere)
Adds a near-field radiation boundary in the shape of a sphere.
| UI Access |
In the Project Manager under the design name, right click Radiation and in the right-click menu, click Insert Near Field Setup>Sphere. |
||||||||||||||||||||||||||||||||||||||||||
| Parameters |
|
||||||||||||||||||||||||||||||||||||||||||
| Return Value | None. |
| Python Syntax |
oModule.Add( [ "NAME:<Name>", "Type:=" , "InfiniteSphereFarField", "VersionID:=" , 0, "ID:=" , <ID>, "StartTheta:=" , "<StartTheta>deg", "StartPhi:=" , "<StartPhi>deg", "StopTheta:=" , "<StopTheta>deg", "StopPhi:=" , "<StopPhi>deg", "StepTheta:=" , "<StepTheta>deg", "StepPhi:=" , "<StapPhi>deg", "CS:=" , <CS>, "UseLocalCS:=" , <UseLocalCS>, "NFRadius:=", "<NFRadius>" ]) |
| Python Example |
|