| 3
| number of fractal levels
|}
Â
== Dipole Wizard ==
Â
ICON: [[File:dipole icon.png]]
Â
MENU: '''Tools → Antenna Wizards → Dipole'''
Â
MODULE(S): [[EM.Tempo]], [[EM.Libera]]
Â
FUNCTION: Creates the parameterized geometry of a dipole antenna in the project workspace
Â
NOTES, SPECIAL CASES OR EXCEPTIONS: In [[EM.Tempo]], the dipole consists of two thin PEC cylinders fed by a lumped source on a short joining line. In [[EM.Libera]], the dipole is a thin wire.
Â
Â
PYTHON COMMAND(S):
Â
emag_dipole_tempo(len_lambda,wire_rad_lambda)
Â
emag_dipole_libera(len_lambda,wire_rad_lambda)
Â
Â
PARABOLIC REFLECTOR WIZARD PARAMETERS
{| border="0"
|-
| valign="top"|
|-
{| class="wikitable"
|-
! scope="col"| Parameter Name
! scope="col"| Value Type
! scope="col"| Units
! scope="col"| Default Value
! scope="col"| Notes
|-
! scope="row" | len_lambda
| real numeric
| -
| 0.5 (in [[EM.Libera]]) or 0.47 (in [[EM.Tempo]])
| length of dipole normalized to free-space wavelength
|-
! scope="row" | wire_rad_lambda
| real numeric
| -
| 0.002
| wire radius normalized to free-space wavelength
|}
Â
== Dipole Array Wizard ==
Â
ICON: [[File:dpl_array icon.png]]
Â
MENU: '''Tools → Antenna Wizards → Dipole Array'''
Â
MODULE(S): [[EM.Libera]]
Â
FUNCTION: Creates the parameterized geometry of a dipole antenna array in the project workspace
Â
NOTES, SPECIAL CASES OR EXCEPTIONS: The dipole elements are all thin wires.
Â
Â
PYTHON COMMAND(S): emag_dipole_array(len_lambda,spacing_lambda,nx,ny,wire_rad_lambda)
Â
Â
PARABOLIC REFLECTOR WIZARD PARAMETERS
{| border="0"
|-
| valign="top"|
|-
{| class="wikitable"
|-
! scope="col"| Parameter Name
! scope="col"| Value Type
! scope="col"| Units
! scope="col"| Default Value
! scope="col"| Notes
|-
! scope="row" | len_lambda
| real numeric
| -
| 0.5
| length of dipole normalized to free-space wavelength
|-
! scope="row" | spacing_lambda
| real numeric
| -
| 0.5
| element spacing normalized to free-space wavelength
|-
! scope="row" | nx
| integer numeric
| -
| 5
| number of elements along X
|-
! scope="row" | ny
| integer numeric
| -
| 1
| number of elements along Y
|-
! scope="row" | wire_rad_lambda
| real numeric
| -
| 0.002
| wire radius normalized to free-space wavelength
|}