Changes

Glossary of EM.Cube's Wizards

4,003 bytes added, 13:46, 5 August 2016
PARTICLE CLOUD SIERPINSKI WIZARD PARAMETERS
{| border="0"
|-
|}
== Dipole Antenna Wizard ==
ICON: [[File:dipole icon.png]]
MENU: '''Tools → Antenna Wizards → Wire DipoleAntenna'''
MODULE(S): [[EM.Tempo]], [[EM.Libera]]
PARABOLIC REFLECTOR DIPOLE WIZARD PARAMETERS
{| border="0"
|-
ICON: [[File:dpl_array icon.png]]
MENU: '''Tools → Antenna Wizards → Wire Dipole Array'''
MODULE(S): [[EM.Libera]]
PARABOLIC REFLECTOR DIPOLE ARRAY WIZARD PARAMETERS
{| border="0"
|-
== Yagi -Uda Array Wizard ==
ICON: [[File:yagi icon.png]]
MENU: '''Tools → Antenna Wizards → Yagi-Uda Dipole Array'''
MODULE(S): [[EM.Libera]]
PARABOLIC REFLECTOR YAGI WIZARD PARAMETERS
{| border="0"
|-
| 0.003
| wire radius normalized to free-space wavelength
|}
 
== Printed Dipole Wizard ==
 
ICON: [[File:print_dpl icon.png]]
 
MENU: '''Tools → Antenna Wizards → Printed Dipole Antenna'''
 
MODULE(S): [[EM.Tempo]], [[EM.Picasso]]
 
FUNCTION: Creates the parameterized geometry of a printed dipole antenna on a dielectric substrate in the project workspace
 
NOTES, SPECIAL CASES OR EXCEPTIONS: In [[EM.Tempo]], the printed dipole consists of two PEC strips fed by a lumped source on a short joining line. In [[EM.Picasso]], the printed dipole is a single PEC strip with a gap source on it.
 
 
PYTHON COMMAND(S):
 
emag_printed_dipole_tempo(h,er,wid,sub_size,has_ground)
 
emag_printed_dipole_picasso(h,er,wid,has_ground)
 
 
PRINTED DIPOLE 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" | h
| real numeric
| meter
| 0.0015
| substrate thickness (height)
|-
! scope="row" | er
| real numeric
| -
| 2.2
| substrate relative permittivity
|-
! scope="row" | wid
| real numeric
| meter
| 0.005
| strip width
|-
! scope="row" | sub_size
| real numeric
| meter
| 0.15
| substrate dimensions along X and Y (only in [[EM.Tempo]])
|-
! scope="row" | has_ground
| Boolean
| -
| True
| Places a PEC ground plane of the same size as the dielectric substrate
|}
 
== Probe-Fed Patch Wizard ==
 
ICON: [[File:patch icon.png]]
 
MENU: '''Tools → Antenna Wizards → Probe-Fed Patch Antenna'''
 
MODULE(S): [[EM.Tempo]], [[EM.Picasso]]
 
FUNCTION: Creates the parameterized geometry of a probe-fed rectangular patch antenna in the project workspace
 
NOTES, SPECIAL CASES OR EXCEPTIONS: In [[EM.Tempo]], the patch antenna is fed by a lumped source on a short vertical PEC line. In [[EM.Picasso]], the patch antenna is fed by a probe source on a short vertical PEC via.
 
 
PYTHON COMMAND(S):
 
emag_patch_tempo(h,er,feed_ratio,sub_size)
 
emag_patch_picasso(h,er,feed_ratio,feed_rad)
 
 
PATCH 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" | h
| real numeric
| meter
| 0.0015
| substrate thickness (height)
|-
! scope="row" | er
| real numeric
| -
| 2.2
| substrate relative permittivity
|-
! scope="row" | feed_ratio
| real numeric
| -
| 0.4
| ratio of location of probe to half patch length xf/(a/2)
|-
! scope="row" | feed_rad
| real numeric
| meter
| 0.005
| radius of probe via
|-
! scope="row" | sub_size
| real numeric
| meter
| 0.15
| substrate dimensions along X and Y (only in [[EM.Tempo]])
|}
 
== Probe-Fed Patch Array Wizard ==
 
ICON: [[File:patch_array icon.png]]
 
MENU: '''Tools → Antenna Wizards → Probe-Fed Patch Array'''
 
MODULE(S): [[EM.Tempo]], [[EM.Picasso]]
 
FUNCTION: Creates the parameterized geometry of a probe-fed rectangular patch antenna array in the project workspace
 
NOTES, SPECIAL CASES OR EXCEPTIONS: In [[EM.Tempo]], the patch antenna is fed by a lumped source on a short vertical PEC line. In [[EM.Picasso]], the patch antenna is fed by a probe source on a short vertical PEC via.
 
 
PYTHON COMMAND(S):
 
emag_patch_array_tempo(h,er,feed_x,nx,ny,spacing_lambda)
 
emag_patch_array_picasso(h,er,feed_rad,feed_ratio,nx,ny,spacing_lambda)
 
 
PATCH 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" | h
| real numeric
| meter
| 0.0015
| substrate thickness (height)
|-
! scope="row" | er
| real numeric
| -
| 2.2
| substrate relative permittivity
|-
! scope="row" | feed_ratio
| real numeric
| -
| 0.005
| ratio of location of probe to half patch length xf/(a/2)
|-
! scope="row" | sub_size
| real numeric
| meter
| 0.15
| substrate dimensions along X and Y (only in [[EM.Tempo]])
|}
28,333
edits