Changes

Glossary of EM.Cube's Wizards

0 bytes added, 23:24, 26 March 2017
<td>
[[Image:wiz_us_ferma.png|thumb|500px|Default 2D microstrip line in EM.Ferma.]]
</td>
</tr>
</table>
 
== Microstrip-Fed Patch Wizard ==
 
ICON: [[File:us_patch_icon.png]]
 
MENU: '''Tools &rarr; Antenna Wizards &rarr; Microstrip-Fed Patch Antenna'''
 
MODULE(S): [[EM.Tempo]], [[EM.Picasso]]
 
FUNCTION: Creates the parameterized geometry of a microstrip-fed rectangular patch antenna in the project workspace
 
NOTES, SPECIAL CASES OR EXCEPTIONS: The wizard asks you whether you want a microstrip-fed patch antenna with a recessed feed or one with a direct microstrip line junction. In [[EM.Tempo]], the feed line is excited by a microstrip port. In [[EM.Picasso]], the feed line has a scattering wave port. The total dimensions of the square patch are set equal to 0.5 times the effective dielectric wavelength, which can be changed.
 
 
PYTHON COMMAND(S):
 
emag_microstrip_fed_patch_tempo(is_recess,h,er,z0,feed_len,recess_dep,recess_wid,sub_len,sub_wid)
 
emag_microstrip_fed_patch_picasso(is_recess,h,er,z0,feed_len,recess_dep,recess_wid)
 
 
MICROSTRIP-FED 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" | is_recess
| Boolean
| -
| True
| Creates a recessed feed vs. a direct microstrip line junction to the patch
|-
! scope="row" | h
| real numeric
| meter
| 0.0015
| substrate thickness (height)
|-
! scope="row" | er
| real numeric
| -
| 2.2
| substrate relative permittivity
|-
! scope="row" | z0
| real numeric
| Ohms
| 50
| characteristic impedance of the microstrip feed
|-
! scope="row" | feed_len
| real numeric
| meter
| 0.075
| length of the microstrip feed line
|-
! scope="row" | recess_dep
| real numeric
| meter
| 0.015
| depth of the feed recess
|-
! scope="row" | recess_wid
| real numeric
| meter
| 0.005
| width of the recess gaps
|-
! scope="row" | sub_len
| real numeric
| meter
| 0.3
| substrate dimension along X (only in [[EM.Tempo]])
|-
! scope="row" | sub_wid
| real numeric
| meter
| 0.3
| substrate dimension along Y (only in [[EM.Tempo]])
|}
 
<table>
<tr>
<td>
[[Image:wiz_us_patch_tempo.png|thumb|500px|Default microstrip-fed patch antenna in EM.Tempo.]]
</td>
</tr>
<tr>
<td>
[[Image:wiz_us_patch_picasso.png|thumb|500px|Default microstrip-fed patch antenna in EM.Picasso.]]
</td>
</tr>
<tr>
<td>
[[Image:wiz_us_patch_recess_tempo.png|thumb|500px|Default microstrip-fed patch antenna with a recessed feed in EM.Tempo.]]
</td>
</tr>
<tr>
<td>
[[Image:wiz_us_patch_recess_picasso.png|thumb|500px|Default microstrip-fed patch antenna with a recessed feed in EM.Picasso.]]
</td>
</tr>
<td>
[[Image:wiz_dish_tempo.png|thumb|360px|Default parabolic reflector in EM.Tempo.]]
</td>
</tr>
</table>
 
== Particle Cloud Wizard ==
 
ICON: [[File:cloud icon.png]]
 
MENU: '''Tools &rarr; Component Wizards &rarr; Particle Cloud'''
 
MODULE(S): [[Building_Geometrical_Constructions_in_CubeCAD | CubeCAD]], [[EM.Tempo]], [[EM.Illumina]], [[EM.Ferma]], [[EM.Libera]]
 
FUNCTION: Creates the parameterized geometry of a random cloud of regular polygon particles contained in an ellipsoid region
 
NOTES, SPECIAL CASES OR EXCEPTIONS: The aperture diameter of the reflector is determined based on the focal and axial lengths of the primitive parabola.
 
 
PYTHON COMMAND(S):
 
emag_particle_cloud(n_sides,side_length,cont_radius_x,cont_radius_y,cont_radius_z,n_elements)
 
emag_particle_cloud_cad(n_sides,side_length,cont_radius_x,cont_radius_y,cont_radius_z,n_elements)
 
 
PARTICLE CLOUD 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" | n_sides
| integer numeric
| -
| 4
| number of sides of the regular polygon particle
|-
! scope="row" | side_length
| real numeric
| project units
| 2
| side length of the regular polygon particle
|-
! scope="row" | cont_radius_x
| real numeric
| project units
| 200
| radius of the ellipsoid container along X
|-
! scope="row" | cont_radius_y
| real numeric
| project units
| 200
| radius of the ellipsoid container along Y
|-
! scope="row" | cont_radius_z
| real numeric
| project units
| 100
| radius of the ellipsoid container along Z
|-
! scope="row" | n_elements
| integer numeric
| -
| 100
| total number of particles
|}
 
<table>
<tr>
<td>
[[Image:wiz_cloud_tempo.png|thumb|500px|Default particle cloud in EM.Tempo with the ellipsoid container in the freeze state.]]
</td>
</tr>
<td>
[[Image:wiz_plateau.png|thumb|500px|Default plateau terrain in EM.Terrano.]]
</td>
</tr>
</table>
 
== Printed Dipole Wizard ==
 
ICON: [[File:print_dpl icon.png]]
 
MENU: '''Tools &rarr; Antenna Wizards &rarr; 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
|}
 
<table>
<tr>
<td>
[[Image:wiz_print_dpl_tempo.png|thumb|500px|Default printed dipole antenna in EM.Tempo.]]
</td>
</tr>
<tr>
<td>
[[Image:wiz_print_dpl_picasso.png|thumb|500px|Default printed dipole antenna in EM.Picasso.]]
</td>
</tr>
</table>
 
== Probe-Fed Patch Array Wizard ==
 
ICON: [[File:patch_array icon.png]]
 
MENU: '''Tools &rarr; Antenna Wizards &rarr; 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. In both modules, the dimensions of the square patch are set equal to 0.47 times the effective dielectric wavelength, which can be changed. In [[EM.Tempo]], the total dimensions of the substrate are set equal to 1.2 times the overall dimensions of all the units cells, which can be changed, too.
 
 
PYTHON COMMAND(S):
 
emag_patch_array_tempo(h,er,feed_ratio,nx,ny,spacing_lambda)
 
emag_patch_array_picasso(h,er,feed_ratio,feed_rad,nx,ny,spacing_lambda)
 
 
PATCH ARRAY 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
| -
| 0.0025
| radius of probe via (only in [[EM.Picasso]])
|-
! scope="row" | nx
| integer numeric
| -
| 2
| number of elements along X
|-
! scope="row" | ny
| integer numeric
| -
| 2
| number of elements along Y
|-
! scope="row" | spacing_lambda
| real numeric
| -
| 0.5
| element spacing normalized to free-space wavelength
|}
 
<table>
<tr>
<td>
[[Image:wiz_patch_array_tempo.png|thumb|500px|Default probe-fed patch antenna array in EM.Tempo.]]
</td>
</tr>
<tr>
<td>
[[Image:wiz_patch_array_picasso.png|thumb|500px|Default probe-fed patch antenna array in EM.Picasso.]]
</td>
</tr>
</table>
 
== Probe-Fed Patch Wizard ==
 
ICON: [[File:probe_patch_icon.png]]
 
MENU: '''Tools &rarr; Antenna Wizards &rarr; 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. In both modules, the dimensions of the square patch are set equal to 0.47 times the effective dielectric wavelength, which can be changed.
 
 
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]])
|}
 
<table>
<tr>
<td>
[[Image:wiz_patch_tempo.png|thumb|500px|Default probe-fed patch antenna in EM.Tempo.]]
</td>
</tr>
<tr>
<td>
[[Image:wiz_patch_picasso.png|thumb|500px|Default probe-fed patch antenna in EM.Picasso.]]
</td>
</tr>
<td>
[[Image:wiz_wg_tempo.png|thumb|500px|Default rectangular waveguide segment with a shorted end wall in EM.Tempo.]]
</td>
</tr>
</table>
 
== Sierpinski Wizard ==
 
ICON: [[File:sierpin icon.png]]
 
MENU: '''Tools &rarr; Component Wizards &rarr; Sierpinski Strip'''
 
MODULE(S): [[Building_Geometrical_Constructions_in_CubeCAD | CubeCAD]], [[EM.Tempo]], [[EM.Illumina]], [[EM.Ferma]], [[EM.Picasso]], [[EM.Libera]]
 
FUNCTION: Creates the geometry of a Sierpinski triangle fractal in the project workspace
 
NOTES, SPECIAL CASES OR EXCEPTIONS: A dialog asks you to enter values for the key size and number of fractal levels. The wizard creates the Sierpinski triangle as a large set of smaller triangles, which cannot be modified using variables afterwards. You may want to group the set of all the triangles as a single composite object.
 
 
PYTHON COMMAND(S): emag_sierpinski(key_size,levels)
 
 
SIERPINSKI 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" | key_size
| real numeric
| project units
| 100
| side length of the largest (outermost) triangle
|-
! scope="row" | levels
| integer numeric
| -
| 3
| number of fractal levels
|}
 
<table>
<tr>
<td>
[[Image:wiz_sierpin_tempo.png|thumb|500px|Default Sierpinski triangle strip in EM.Tempo.]]
</td>
</tr>
<td>
[[Image:wiz_slot_picasso.png|thumb|500px|Default slot antenna in EM.Picasso.]]
</td>
</tr>
</table>
 
== Slot-Coupled Patch Wizard ==
 
ICON: [[File:slot_patch_icon.png]]
 
MENU: '''Tools &rarr; Antenna Wizards &rarr; Slot-Coupled Patch Antenna'''
 
MODULE(S): [[EM.Tempo]], [[EM.Picasso]]
 
FUNCTION: Creates the parameterized geometry of a slot-coupled rectangular patch antenna in the project workspace
 
NOTES, SPECIAL CASES OR EXCEPTIONS: This wizard creates a substrate with two dielectric layers, which are separated by a PEC ground plane hosting a coupling slot. The upper layer hosts a rectangular patch antenna. The bottom layer hosts a microstrip feed line with an open stub, which is extended past the slot location. The total dimensions of the square patch are set equal to 0.47 times the effective dielectric wavelength, which can be changed. The length of the open stub beyond the slot location is set equal to a quarter guide wavelength, which can be changed, too.
 
 
PYTHON COMMAND(S):
 
emag_slot_coupled_patch_tempo(h_patch,er_patch,h_feed,er_feed,slot_len,slot_wid,z0,feed_len,sub_len,sub_wid)
 
emag_slot_coupled_patch_picasso(h_patch,er_patch,h_feed,er_feed,slot_len,slot_wid,z0,feed_len)
 
 
SLOT-COUPLED 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_patch
| real numeric
| meter
| 0.0015
| thickness (height) of the top substrate layer
|-
! scope="row" | er_patch
| real numeric
| -
| 2.2
| relative permittivity of the top substrate layer
|-
! scope="row" | h_feed
| real numeric
| meter
| 0.0015
| thickness (height) of the bottom substrate layer
|-
! scope="row" | er_feed
| real numeric
| -
| 2.2
| relative permittivity of the bottom substrate layer
|-
! scope="row" | slot_len
| real numeric
| meter
| 0.02
| length of the coupling slot
|-
! scope="row" | slot_wid
| real numeric
| meter
| 0.0025
| width of the coupling slot
|-
! scope="row" | z0
| real numeric
| Ohms
| 50
| characteristic impedance of the microstrip feed
|-
! scope="row" | feed_len
| real numeric
| meter
| 0.1
| length of the microstrip feed line
|-
! scope="row" | sub_len
| real numeric
| meter
| 0.3
| substrate dimension along X (only in [[EM.Tempo]])
|-
! scope="row" | sub_wid
| real numeric
| meter
| 0.3
| substrate dimension along Y (only in [[EM.Tempo]])
|}
 
<table>
<tr>
<td>
[[Image:wiz_slot_patch_tempo.png|thumb|500px|Default slot-coupled patch antenna in EM.Tempo with the patch, middle ground and substrate layers in the freeze state.]]
</td>
</tr>
<tr>
<td>
[[Image:wiz_slot_patch_picasso.png|thumb|500px|Default slot-coupled patch antenna in EM.Picasso with the patch in the freeze state.]]
</td>
</tr>
</table>
== Two-Port Microstrip Trihedral Reflector Wizard ==
ICON: [[File:us2p trihed icon.png]]
MENU: '''Tools &rarr; Transmission Line Component Wizards &rarr; Two-Port Microstrip LineTrihedral Reflector'''
MODULE(S): [[Building_Geometrical_Constructions_in_CubeCAD | CubeCAD]], [[EM.Tempo]], [[EM.PicassoIllumina]], [[EM.Ferma]], [[EM.Libera]]
FUNCTION: Creates the parameterized geometry of a two-port microstrip line segment of a specified characteristic impedance on a conductor-backed single-layer dielectric substrate Trihedral corner reflector in the project workspace
NOTES, SPECIAL CASES OR EXCEPTIONS: In [[EM.Tempo]], the two ports are placed at the two edges of the substrate. The width aperture diameter of the microstrip lines reflector is determined based on the specified characteristic impedance. It may be replaced by a numeric value insteadfocal and axial lengths of the primitive parabola.
PYTHON COMMAND(S):emag_trihedral_reflector(side)
emag_microstrip_2port_tempo(h,er,z0,strip_len,sub_len,sub_wid,draw_substrate)
emag_microstrip_2port_picasso(h,er,z0,strip_len,feed_len)  TWO-PORT MICROSTRIP TRIHEDRAL REFLECTOR WIZARD PARAMETERS
{| border="0"
|-
! scope="col"| Notes
|-
! scope="row" | hside
| real numeric
| meters project units| 0.0015 100| substrate height square wall dimensions |} <table><tr><td>[[Image:wiz_trihed_tempo.png|thumb|360px|Default trihedral reflector in EM.Tempo.]]</td></tr></table> == Two-Port Coaxial Wizard == ICON: [[File:coax2p icon.png]]  MENU: '''Tools &rarr; Transmission Line Wizards &rarr; Two-Port Coaxial Line''' MODULE(thicknessS) : [[EM.Tempo]]  FUNCTION: Creates the parameterized geometry of a two-port coaxial line segment of a specified characteristic impedance with a dielectric core in the project workspace NOTES, SPECIAL CASES OR EXCEPTIONS: The radius of the outer conductor is determined based on the specified characteristic impedance. It may be replaced by a numeric value instead.   PYTHON COMMAND(S): emag_coax_2port_tempo(er,z0,r_inner,len)  TWO-PORT COAXIAL 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" | er
| -
| 2.2
| substrate relative permittivity of the dielectric core
|-
! scope="row" | z0
| characteristic impedance
|-
! scope="row" | strip_lenr_inner
| real numeric
| meters
| - 0.001 | length radius of the line segment inner conductor
|-
! scope="row" | feed_lenlen
| real numeric
| meters
| -
| length of feed the line (only in [[EM.Picasso]])|-! scope="row" | sub_len| real numeric| meters | - | length of substrate (only in [[EM.Tempo]])|-! scope="row" | sub_wid| real numeric| meters | - | width of substrate segment (only in [[EM.Tempo]])|-! scope="row" | draw_substrate| Boolean| -| True | Adds substrate & ground plane
|}
<tr>
<td>
[[Image:wiz_us2p_tempowiz_coax2p_tempo.png|thumb|500px|Default two-port microstrip coaxial line segment in EM.Tempo.]]</td></tr><tr><td>[[Image:wiz_us2p_picasso.png|thumb|500px|Default two-port microstrip line segment in EM.Picasso.]]
</td>
</tr>
</table>
== Two-Port Coaxial Microstrip Wizard ==
ICON: [[File:coax2p us2p icon.png]]
MENU: '''Tools &rarr; Transmission Line Wizards &rarr; Two-Port Coaxial Microstrip Line'''
MODULE(S): [[EM.Tempo]], [[EM.Picasso]]
FUNCTION: Creates the parameterized geometry of a two-port coaxial microstrip line segment of a specified characteristic impedance with on a conductor-backed single-layer dielectric core substrate in the project workspace
NOTES, SPECIAL CASES OR EXCEPTIONS: In [[EM.Tempo]], the two ports are placed at the two edges of the substrate. The radius width of the outer conductor microstrip lines is determined based on the specified characteristic impedance. It may be replaced by a numeric value instead.
PYTHON COMMAND(S): emag_coax_2port_tempo(er,z0,r_inner,len)
emag_microstrip_2port_tempo(h,er,z0,strip_len,sub_len,sub_wid,draw_substrate)
emag_microstrip_2port_picasso(h,er,z0,strip_len,feed_len)  TWO-PORT COAXIAL MICROSTRIP WIZARD PARAMETERS
{| border="0"
|-
! scope="col"| Default Value
! scope="col"| Notes
|-
! scope="row" | h
| real numeric
| meters
| 0.0015
| substrate height (thickness)
|-
! scope="row" | er
| -
| 2.2
| substrate relative permittivity of the dielectric core
|-
! scope="row" | z0
| characteristic impedance
|-
! scope="row" | r_innerstrip_len
| real numeric
| meters
| 0.001 - | radius length of inner conductor the line segment
|-
! scope="row" | lenfeed_len
| real numeric
| meters
| -
| length of the feed line segment (only in [[EM.Picasso]])|-! scope="row" | sub_len| real numeric| meters | - | length of substrate (only in [[EM.Tempo]])|-! scope="row" | sub_wid| real numeric| meters | - | width of substrate (only in [[EM.Tempo]]) |-! scope="row" | draw_substrate| Boolean| -| True | Adds substrate & ground plane
|}
<tr>
<td>
[[Image:wiz_coax2p_tempowiz_us2p_tempo.png|thumb|500px|Default two-port coaxial microstrip line segment in EM.Tempo.]]</td></tr><tr><td>[[Image:wiz_us2p_picasso.png|thumb|500px|Default two-port microstrip line segment in EM.Picasso.]]
</td>
</tr>
<td>
[[Image:wiz_wg2p_tempo.png|thumb|500px|Default two-port rectangular waveguide segment in EM.Tempo with the two open-end feed sections in the freeze state.]]
</td>
</tr>
</table>
 
== Trihedral Reflector Wizard ==
 
ICON: [[File:trihed icon.png]]
 
MENU: '''Tools &rarr; Component Wizards &rarr; Trihedral Reflector'''
 
MODULE(S): [[Building_Geometrical_Constructions_in_CubeCAD | CubeCAD]], [[EM.Tempo]], [[EM.Illumina]], [[EM.Ferma]], [[EM.Libera]]
 
FUNCTION: Creates the parameterized geometry of a Trihedral corner reflector in the project workspace
 
NOTES, SPECIAL CASES OR EXCEPTIONS: The aperture diameter of the reflector is determined based on the focal and axial lengths of the primitive parabola.
 
 
PYTHON COMMAND(S): emag_trihedral_reflector(side)
 
 
TRIHEDRAL 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" | side
| real numeric
| project units
| 100
| square wall dimensions
|}
 
<table>
<tr>
<td>
[[Image:wiz_trihed_tempo.png|thumb|360px|Default trihedral reflector in EM.Tempo.]]
</td>
</tr>
</table>
 
== Particle Cloud Wizard ==
 
ICON: [[File:cloud icon.png]]
 
MENU: '''Tools &rarr; Component Wizards &rarr; Particle Cloud'''
 
MODULE(S): [[Building_Geometrical_Constructions_in_CubeCAD | CubeCAD]], [[EM.Tempo]], [[EM.Illumina]], [[EM.Ferma]], [[EM.Libera]]
 
FUNCTION: Creates the parameterized geometry of a random cloud of regular polygon particles contained in an ellipsoid region
 
NOTES, SPECIAL CASES OR EXCEPTIONS: The aperture diameter of the reflector is determined based on the focal and axial lengths of the primitive parabola.
 
 
PYTHON COMMAND(S):
 
emag_particle_cloud(n_sides,side_length,cont_radius_x,cont_radius_y,cont_radius_z,n_elements)
 
emag_particle_cloud_cad(n_sides,side_length,cont_radius_x,cont_radius_y,cont_radius_z,n_elements)
 
 
PARTICLE CLOUD 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" | n_sides
| integer numeric
| -
| 4
| number of sides of the regular polygon particle
|-
! scope="row" | side_length
| real numeric
| project units
| 2
| side length of the regular polygon particle
|-
! scope="row" | cont_radius_x
| real numeric
| project units
| 200
| radius of the ellipsoid container along X
|-
! scope="row" | cont_radius_y
| real numeric
| project units
| 200
| radius of the ellipsoid container along Y
|-
! scope="row" | cont_radius_z
| real numeric
| project units
| 100
| radius of the ellipsoid container along Z
|-
! scope="row" | n_elements
| integer numeric
| -
| 100
| total number of particles
|}
 
<table>
<tr>
<td>
[[Image:wiz_cloud_tempo.png|thumb|500px|Default particle cloud in EM.Tempo with the ellipsoid container in the freeze state.]]
</td>
</tr>
</table>
 
== Sierpinski Wizard ==
 
ICON: [[File:sierpin icon.png]]
 
MENU: '''Tools &rarr; Component Wizards &rarr; Sierpinski Strip'''
 
MODULE(S): [[Building_Geometrical_Constructions_in_CubeCAD | CubeCAD]], [[EM.Tempo]], [[EM.Illumina]], [[EM.Ferma]], [[EM.Picasso]], [[EM.Libera]]
 
FUNCTION: Creates the geometry of a Sierpinski triangle fractal in the project workspace
 
NOTES, SPECIAL CASES OR EXCEPTIONS: A dialog asks you to enter values for the key size and number of fractal levels. The wizard creates the Sierpinski triangle as a large set of smaller triangles, which cannot be modified using variables afterwards. You may want to group the set of all the triangles as a single composite object.
 
 
PYTHON COMMAND(S): emag_sierpinski(key_size,levels)
 
 
SIERPINSKI 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" | key_size
| real numeric
| project units
| 100
| side length of the largest (outermost) triangle
|-
! scope="row" | levels
| integer numeric
| -
| 3
| number of fractal levels
|}
 
<table>
<tr>
<td>
[[Image:wiz_sierpin_tempo.png|thumb|500px|Default Sierpinski triangle strip in EM.Tempo.]]
</td>
</tr>
</table>
 
== Printed Dipole Wizard ==
 
ICON: [[File:print_dpl icon.png]]
 
MENU: '''Tools &rarr; Antenna Wizards &rarr; 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
|}
 
<table>
<tr>
<td>
[[Image:wiz_print_dpl_tempo.png|thumb|500px|Default printed dipole antenna in EM.Tempo.]]
</td>
</tr>
<tr>
<td>
[[Image:wiz_print_dpl_picasso.png|thumb|500px|Default printed dipole antenna in EM.Picasso.]]
</td>
</tr>
</table>
 
== Probe-Fed Patch Wizard ==
 
ICON: [[File:probe_patch_icon.png]]
 
MENU: '''Tools &rarr; Antenna Wizards &rarr; 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. In both modules, the dimensions of the square patch are set equal to 0.47 times the effective dielectric wavelength, which can be changed.
 
 
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]])
|}
 
<table>
<tr>
<td>
[[Image:wiz_patch_tempo.png|thumb|500px|Default probe-fed patch antenna in EM.Tempo.]]
</td>
</tr>
<tr>
<td>
[[Image:wiz_patch_picasso.png|thumb|500px|Default probe-fed patch antenna in EM.Picasso.]]
</td>
</tr>
</table>
 
== Probe-Fed Patch Array Wizard ==
 
ICON: [[File:patch_array icon.png]]
 
MENU: '''Tools &rarr; Antenna Wizards &rarr; 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. In both modules, the dimensions of the square patch are set equal to 0.47 times the effective dielectric wavelength, which can be changed. In [[EM.Tempo]], the total dimensions of the substrate are set equal to 1.2 times the overall dimensions of all the units cells, which can be changed, too.
 
 
PYTHON COMMAND(S):
 
emag_patch_array_tempo(h,er,feed_ratio,nx,ny,spacing_lambda)
 
emag_patch_array_picasso(h,er,feed_ratio,feed_rad,nx,ny,spacing_lambda)
 
 
PATCH ARRAY 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
| -
| 0.0025
| radius of probe via (only in [[EM.Picasso]])
|-
! scope="row" | nx
| integer numeric
| -
| 2
| number of elements along X
|-
! scope="row" | ny
| integer numeric
| -
| 2
| number of elements along Y
|-
! scope="row" | spacing_lambda
| real numeric
| -
| 0.5
| element spacing normalized to free-space wavelength
|}
 
<table>
<tr>
<td>
[[Image:wiz_patch_array_tempo.png|thumb|500px|Default probe-fed patch antenna array in EM.Tempo.]]
</td>
</tr>
<tr>
<td>
[[Image:wiz_patch_array_picasso.png|thumb|500px|Default probe-fed patch antenna array in EM.Picasso.]]
</td>
</tr>
</table>
 
== Microstrip-Fed Patch Wizard ==
 
ICON: [[File:us_patch_icon.png]]
 
MENU: '''Tools &rarr; Antenna Wizards &rarr; Microstrip-Fed Patch Antenna'''
 
MODULE(S): [[EM.Tempo]], [[EM.Picasso]]
 
FUNCTION: Creates the parameterized geometry of a microstrip-fed rectangular patch antenna in the project workspace
 
NOTES, SPECIAL CASES OR EXCEPTIONS: The wizard asks you whether you want a microstrip-fed patch antenna with a recessed feed or one with a direct microstrip line junction. In [[EM.Tempo]], the feed line is excited by a microstrip port. In [[EM.Picasso]], the feed line has a scattering wave port. The total dimensions of the square patch are set equal to 0.5 times the effective dielectric wavelength, which can be changed.
 
 
PYTHON COMMAND(S):
 
emag_microstrip_fed_patch_tempo(is_recess,h,er,z0,feed_len,recess_dep,recess_wid,sub_len,sub_wid)
 
emag_microstrip_fed_patch_picasso(is_recess,h,er,z0,feed_len,recess_dep,recess_wid)
 
 
MICROSTRIP-FED 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" | is_recess
| Boolean
| -
| True
| Creates a recessed feed vs. a direct microstrip line junction to the patch
|-
! scope="row" | h
| real numeric
| meter
| 0.0015
| substrate thickness (height)
|-
! scope="row" | er
| real numeric
| -
| 2.2
| substrate relative permittivity
|-
! scope="row" | z0
| real numeric
| Ohms
| 50
| characteristic impedance of the microstrip feed
|-
! scope="row" | feed_len
| real numeric
| meter
| 0.075
| length of the microstrip feed line
|-
! scope="row" | recess_dep
| real numeric
| meter
| 0.015
| depth of the feed recess
|-
! scope="row" | recess_wid
| real numeric
| meter
| 0.005
| width of the recess gaps
|-
! scope="row" | sub_len
| real numeric
| meter
| 0.3
| substrate dimension along X (only in [[EM.Tempo]])
|-
! scope="row" | sub_wid
| real numeric
| meter
| 0.3
| substrate dimension along Y (only in [[EM.Tempo]])
|}
 
<table>
<tr>
<td>
[[Image:wiz_us_patch_tempo.png|thumb|500px|Default microstrip-fed patch antenna in EM.Tempo.]]
</td>
</tr>
<tr>
<td>
[[Image:wiz_us_patch_picasso.png|thumb|500px|Default microstrip-fed patch antenna in EM.Picasso.]]
</td>
</tr>
<tr>
<td>
[[Image:wiz_us_patch_recess_tempo.png|thumb|500px|Default microstrip-fed patch antenna with a recessed feed in EM.Tempo.]]
</td>
</tr>
<tr>
<td>
[[Image:wiz_us_patch_recess_picasso.png|thumb|500px|Default microstrip-fed patch antenna with a recessed feed in EM.Picasso.]]
</td>
</tr>
</table>
 
== Slot-Coupled Patch Wizard ==
 
ICON: [[File:slot_patch_icon.png]]
 
MENU: '''Tools &rarr; Antenna Wizards &rarr; Slot-Coupled Patch Antenna'''
 
MODULE(S): [[EM.Tempo]], [[EM.Picasso]]
 
FUNCTION: Creates the parameterized geometry of a slot-coupled rectangular patch antenna in the project workspace
 
NOTES, SPECIAL CASES OR EXCEPTIONS: This wizard creates a substrate with two dielectric layers, which are separated by a PEC ground plane hosting a coupling slot. The upper layer hosts a rectangular patch antenna. The bottom layer hosts a microstrip feed line with an open stub, which is extended past the slot location. The total dimensions of the square patch are set equal to 0.47 times the effective dielectric wavelength, which can be changed. The length of the open stub beyond the slot location is set equal to a quarter guide wavelength, which can be changed, too.
 
 
PYTHON COMMAND(S):
 
emag_slot_coupled_patch_tempo(h_patch,er_patch,h_feed,er_feed,slot_len,slot_wid,z0,feed_len,sub_len,sub_wid)
 
emag_slot_coupled_patch_picasso(h_patch,er_patch,h_feed,er_feed,slot_len,slot_wid,z0,feed_len)
 
 
SLOT-COUPLED 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_patch
| real numeric
| meter
| 0.0015
| thickness (height) of the top substrate layer
|-
! scope="row" | er_patch
| real numeric
| -
| 2.2
| relative permittivity of the top substrate layer
|-
! scope="row" | h_feed
| real numeric
| meter
| 0.0015
| thickness (height) of the bottom substrate layer
|-
! scope="row" | er_feed
| real numeric
| -
| 2.2
| relative permittivity of the bottom substrate layer
|-
! scope="row" | slot_len
| real numeric
| meter
| 0.02
| length of the coupling slot
|-
! scope="row" | slot_wid
| real numeric
| meter
| 0.0025
| width of the coupling slot
|-
! scope="row" | z0
| real numeric
| Ohms
| 50
| characteristic impedance of the microstrip feed
|-
! scope="row" | feed_len
| real numeric
| meter
| 0.1
| length of the microstrip feed line
|-
! scope="row" | sub_len
| real numeric
| meter
| 0.3
| substrate dimension along X (only in [[EM.Tempo]])
|-
! scope="row" | sub_wid
| real numeric
| meter
| 0.3
| substrate dimension along Y (only in [[EM.Tempo]])
|}
 
<table>
<tr>
<td>
[[Image:wiz_slot_patch_tempo.png|thumb|500px|Default slot-coupled patch antenna in EM.Tempo with the patch, middle ground and substrate layers in the freeze state.]]
</td>
</tr>
<tr>
<td>
[[Image:wiz_slot_patch_picasso.png|thumb|500px|Default slot-coupled patch antenna in EM.Picasso with the patch in the freeze state.]]
</td>
</tr>
28,333
edits