<table>
<tr>
<td>[[image:Cube-icon.png | link=Getting_Started_with_EM.Cube]] [[image:cad-ico.png | link=Building_Geometrical_Constructions_in_CubeCAD]] [[image:fdtd-ico.png | link=EM.Tempo]] [[image:prop-ico.png | link=EM.Terrano]] [[image:static-ico.png | link=EM.Ferma]] [[image:planar-ico.png | link=EM.Picasso]] [[image:metal-ico.png | link=EM.Libera]] [[image:po-ico.png | link=EM.Illumina]]</td>
<tr>
</table>
[[Image:Back_icon.png|30px]] '''[[EM.Cube | Back to EM.Cube Main Page]]'''
<br />
Â
== Air Bridge Wizard ==
<td>
[[Image:wiz_bridge_picasso.png|thumb|360px|Default air bridge in EM.Picasso.]]
</td>
</tr>
</table>
Â
== Basic Link Wizard ==
Â
ICON: [[File:Basic link icon.png]]
Â
MENU: '''Tools → Propagation Wizards → Basic Link'''
Â
MODULE(S): [[EM.Terrano]]
Â
FUNCTION: Creates a standard transmitter and a grid of standard receivers in the project workspace
Â
NOTES, SPECIAL CASES OR EXCEPTIONS: This wizard creates a basic communication link infrastructure in [[EM.Terrano]]'s project workspace. The link consists of a half-wave dipole transmitter and a rectangular grid of isotropic receivers with parameterized heights and spacing.
Â
Â
PYTHON COMMAND(S): emag_basic_link(scene_size,tx_h,rx_h,rx_spacing)
Â
Â
BASIC LINK 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" | scene_size
| real numeric
| meter
| 250
| total dimensions of the square receiver grid
|-
! scope="row" | tx_h
| real numeric
| meter
| 10
| height of the default transmitter
|-
! scope="row" | rx_h
| real numeric
| meter
| 1.5
| height of the default receivers
|-
! scope="row" | rx_spacing
| real numeric
| meter
| 5
| spacing among the individual receivers
|}
Â
<table>
<tr>
<td>
[[Image:wiz_basic_link.png|thumb|500px|Default basic link scene in EM.Terrano.]]
</td>
</tr>
</table>
Â
== Basic Radar Wizard ==
Â
ICON: [[File:Basic link icon.png]]
Â
MENU: '''Tools → Propagation Wizards → Basic Radar'''
Â
MODULE(S): [[EM.Terrano]]
Â
FUNCTION: Creates a parameterized monostatic radar scene with a collocated point transmitter and receiver and a point scatterer at a certain range
Â
NOTES, SPECIAL CASES OR EXCEPTIONS: The user can determine the locations of both the radar (transmitter and receiver) and the target. The user can also import a radiation pattern for the radar antenna and rotate the antenna arbitrarily. By default, a 20dB Y-polarized pyramidal horn antenna pointing along the X-axis is assumed. The target is assumed to be a PEC sphere of 1m radius. The user can change the attributes of the target scatterer group from within the wizard including its material composition, or alternatively import either polarimetric scattering matrix or RCS data.
Â
Â
PYTHON COMMAND(S): emag_basic_radar(target_label,x0,y0,z0,target_type,rad,epsilon,sigma,scat_file1,scat_file2,antenna_label,x1,y1,z1,pattern_file,rot_x,rot_y,rot_z)
Â
Â
BASIC RADAR 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" | Radiator Center X
| real numeric
| meter
| 0
| X-coordinate of the radar antenna center
|-
! scope="row" | Radiator Center Y
| real numeric
| meter
| 0
| Y-coordinate of the radar antenna center
|-
! scope="row" | Radiator Center Z
| real numeric
| meter
| 5
| Z-coordinate of the radar antenna center
|-
! scope="row" | X-Rotation Angle
| real numeric
| degree
| 0
| rotation angle of the radar antenna about X-axis
|-
! scope="row" | Y-Rotation Angle
| real numeric
| degree
| 0
| rotation angle of the radar antenna about Y-axis
|-
! scope="row" | Z-Rotation Angle
| real numeric
| degree
| 0
| rotation angle of the radar antenna about Z-axis
|-
! scope="row" | Target Center X
| real numeric
| meter
| 100
| X-coordinate of the radar antenna center
|-
! scope="row" | Target Center Y
| real numeric
| meter
| 0
| Y-coordinate of the radar antenna center
|-
! scope="row" | Target Center Z
| real numeric
| meter
| 5
| Z-coordinate of the radar antenna center
|-
! scope="row" | Target Radius
| real numeric
| meter
| 1
| radius of the spherical target
|}
Â
<table>
<tr>
<td>
[[Image:wiz_basic_link.png|thumb|500px|Default basic link scene in EM.Terrano.]]
</td>
</tr>
MODULE(S): [[EM.Tempo]], [[EM.Ferma]]
FUNCTION: Creates the parameterized geometry of a coaxial line segment of a specified characteristic impedance with a dielectric core in the project workspace
NOTES, SPECIAL CASES OR EXCEPTIONS: In [[EM.Tempo]], this wizard creates a one-port open-ended coaxial transmission line segmentof a specified characteristic impedance. In [[EM.Ferma]], it sets up a 2D solution plane for quasi-static analysis of the coaxial transmission line. The radius of the with given inner and outer conductor is determined based on the specified characteristic impedance. It may be replaced by a numeric value insteadradii.
PYTHON COMMAND(S):
emag_coax_2port_tempoemag_coax_tempo(er,z0,r_innerinner_rad,len)
emag_coax_ferma(er,z0inner_rad,r_innerouter_rad)
[[EM.Tempo|EM.TEMPO]] COAXIAL WIZARD PARAMETERS
{| border="0"
|-
| real numeric
| meters
| 0.1
| length of the line segment
|}
Â
[[EM.Ferma|EM.FERMA]] 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
| real numeric
| -
| length 2.2 | relative permittivity of the line segment (only in [[EMdielectric core |-! scope="row" | r_inner| real numeric| meters | 0.Tempo]]) 001 | radius of inner conductor |-! scope="row" | r_outer| real numeric| meters | 0.002 | radius of outer conductor
|}
PYTHON COMMAND(S):
emag_cpw_tempo(h,er,strip_widcenter_wid,slot_wid,strip_lencenter_len,sub_len,sub_wid,draw_substrate)
emag_cpw_picasso(h,er,wcenter_wid,sslot_wid,ls,lfcenter_len)
emag_cpw_ferma(h,er,sstrip_wid,wslot_wid,box_multiplier,draw_substrate)
[[EM.Tempo|EM.TEMPO]] CPW WIZARD PARAMETERS
{| border="0"
|-
| substrate relative permittivity
|-
! scope="row" | strip_widcenter_wid
| real numeric
| meters
| width of the slots
|-
! scope="row" | strip_lencenter_len
| real numeric
| meters
| - 0.05 | length of the center line segment (only in [[EM.Tempo]] & [[EM.Picasso]])
|-
! scope="row" | sub_len
| real numeric
| meters
| - 0.1| length of substrate (only in [[EM.Tempo]] & [[EM.Ferma]])
|-
! scope="row" | sub_wid
| real numeric
| meters
| 0.05
| width of substrate
|-
! scope="row" | draw_substrate
| Boolean
| -
| True
| Adds substrate & ground plane
|}
Â
[[EM.Picasso|EM.PICASSO]] CPW 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
| meters
| 0.0015
| substrate height (thickness)
|-
! scope="row" | er
| real numeric
| -
| 2.2 | substrate relative permittivity |-! scope="row" | center_wid| real numeric| meters | 0.002 | width of substrate (only in [[EMcenter strip |-! scope="row" | slot_wid| real numeric| meters | 0.Tempo]] & 002 | width of the slots |-! scope="row" | center_len| real numeric| meters | 0.05 | length of center line segment |-! scope="row" | feed_len| real numeric| meters | 0.5 * center_len| length of feed line segment|}Â [[EM.Ferma|EM.FERMA]]CPW 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| meters | 0.0015 | substrate height (thickness)|-! scope="row" | er | real numeric| - | 2.2 | substrate relative permittivity |-! scope="row" | strip_wid| real numeric| meters | 0.002 | width of the center strip |-! scope="row" | slot_wid| real numeric| meters | 0.002 | width of the slots |-! scope="row" | box_multiplier| real numeric| - | 10 | ratio of substrate width to sum of widths of center strip and two slots
|-
! scope="row" | draw_substrate
MODULE(S): [[EM.Tempo]], [[EM.Picasso]], [[EM.Ferma]]
FUNCTION: Creates the parameterized geometry of a microstrip line segment of a specified characteristic impedance on a conductor-backed single-layer dielectric substrate in the project workspace
NOTES, SPECIAL CASES OR EXCEPTIONS: In [[EM.Tempo]] and [[EM.Picasso]], this wizard creates a one-port open-ended microstrip transmission line segmentof a specified characteristic impedance. In [[EM.Ferma]], it sets up a 2D solution plane for quasi-static analysis of the microstrip transmission line. The with a given strip width of the microstrip line is determined based on the specified characteristic impedance. It may be replaced by a numeric value instead.
PYTHON COMMAND(S):
emag_microstrip_tempo(h,er,z0,strip_len,feed_lencetner_len,sub_len,sub_wid,draw_substrate)
emag_microstrip_picasso(h,er,z0,strip_lencenter_len,feed_len)
emag_microstrip_ferma(h,er,z0strip_wid,box_multiplier,draw_substrate)
[[EM.Tempo|EM.TEMPO]] MICROSTRIP WIZARD PARAMETERS
{| border="0"
|-
| characteristic impedance
|-
! scope="row" | strip_lencenter_len
| real numeric
| meters
| - 0.03| length of the center line segment (only in [[EM.Tempo]] & [[EM.Picasso]])
|-
! scope="row" | feed_lensub_len
| real numeric
| meters
| - 0.1 | length of feed line (only in [[EM.Tempo]])substrate
|-
! scope="row" | sub_lensub_wid
| real numeric
| meters
| 0.05
| width of substrate
|-
! scope="row" | draw_substrate
| Boolean
| -
| True
| Adds substrate & ground plane
|}
Â
[[EM.Picasso|EM.PICASSO]] MICROSTRIP 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
| meters
| 0.0015
| substrate height (thickness)
|-
! scope="row" | er
| real numeric
| -
| length of 2.2 | substrate (only in [[EM.Tempo]] & [[EM.Ferma]])relative permittivity
|-
! scope="row" | sub_widz0| real numeric| Ohms | 50 | characteristic impedance |-! scope="row" | center_len
| real numeric
| meters
| 0.03
| length of the line segment
|-
! scope="row" | feed_len
| real numeric
| meters
| 0.5 * center_len
| length of feed line segment
|}
Â
[[EM.Ferma|EM.FERMA]] MICROSTRIP 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
| meters
| 0.0015
| substrate height (thickness)
|-
! scope="row" | er
| real numeric
| -
| 2.2 | substrate relative permittivity |-! scope="row" | strip_wid| real numeric| meters| 2| width of microstrip line |-! scope="row" | box_multiplier| real numeric| - | 10 | ratio of width of substrate (only in [[EM.Tempo]] & [[EM.Ferma]])to strip width
|-
! scope="row" | draw_substrate
<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 → Antenna Wizards → 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>
Â
== Mobile Path Wizard ==
Â
ICON: [[File:Mobile Path icon.png]]
Â
MENU: '''Tools → Propagation Wizards → Mobile Path'''
Â
MODULE(S): [[EM.Terrano]]
Â
FUNCTION: Creates a mobile path of transmitters or receivers in the project workspace
Â
NOTES, SPECIAL CASES OR EXCEPTIONS: This wizard creates either a set of transmitters or a set of receivers along a specified path. The path can be specified in one of three different ways: (a) using an existing "virtual" nodal curve, i.e. a polyline or a NURBS curve, whose nodes define the base locations, (b) using an existing "virtual" line object by specifying the number of base location points, and (c) using an existing spatial Cartesian data file, which specifies the coordinates of the base location points. The Mobile Path Wizard provides a list of all the nodal curves or line objects that have been defined as virtual objects in the project workspace.
Â
Â
PYTHON COMMAND(S):
Â
emag_mobile_path_nodal(label,nodal_curve,TxRx=0)
Â
emag_mobile_path_line(label,line_object,num_points=10,TxRx=0)
Â
emag_mobile_path_file(label,file_name,TxRx=0)
Â
Â
MOBILE PATH 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" | nodal_curve
| string
| -
| -
| name of the nodal curve object
|-
! scope="row" | TxRx
| integer
| -
| 0
| enter 0 for transmitters and 1 for receivers
|-
! scope="row" | line_object
| string
| -
| -
| name of line object
|-
! scope="row" | file_name
| string
| -
| -
| the name of spatial Cartesian data file that must have a ".CAR" file extension
|}
Â
<table>
<tr>
<td>
[[Image:Wiz mobile1.png|thumb|480px|The mobile path wizard dialog.]]
</td>
</tr>
</table>
<table>
<tr>
<td>
[[Image:Wiz mobile2.png|thumb|640px|A set of transmitters created from a virtual polyline object using the mobile path wizard.]]
</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 → Component Wizards → 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 → 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
|}
Â
<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 → 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. 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 → 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. 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>
FUNCTION: Creates a set of randomly located and randomly oriented buildings with random dimensions and impenetrable walls in the project workspace
NOTES, SPECIAL CASES OR EXCEPTIONS: This wizard creates a realistic urban propagation scene with randomly located buildings in a square area of specified size. It can be used in two different ways. In the fully random mode, all the generated buildings are assigned and always retain random parameter values. Every time you open the Variables Dialog or open the same project, all the random variables get updated values. In the semi-random mode, the buildings are initially generated based on random parameter values, but these value are then fixed and locked for good. By default, a half-wave vertical dipole transmitter is placed at the center of the scene and a grid of isotropic receivers cover the entire propagation scene.
PYTHON COMMAND(S): emag_random_city(city_size,n_buildings,add_TxRx,rotate_bldg,semi_random,building_base_min,building_base_max,building_height_min,building_height_max,er,sig,tx_h,rx_h,rx_spacing)
| 25
| total number of buildings
|-
! scope="row" | add_TxRx
| Boolean
| -
| True
| adds a default transmitter at the origin of coordinates and a grid of receivers
|-
! scope="row" | rotate_bldg
| Boolean
| -
| FalseTrue| if truefalse, the buildings are initially generated via random variablesthe locations, but their parameters are locked afterwards orientations and extents of the buildings change randomly all the time
|-
! scope="row" | building_base_min
| 1e-3
| conductivity of building walls
|-
! scope="row" | tx_h
| real numeric
| meter
| 10
| height of the default transmitter
|-
! scope="row" | rx_h
| real numeric
| meter
| 1
| height of the default receivers
|-
! scope="row" | rx_spacing
| real numeric
| meter
| 5
| spacing among the individual receivers
|}
<tr>
<td>
[[Image:wiz_random_citywiz_random_city1.png|thumb|500px|Default random city propagation scene in EM.Terrano.]]
</td>
</tr>
<tr>
<td>
[[Image:wiz_random_city_rotwiz_random_city1_rot.png|thumb|500px|Default random city propagation scene in EM.Terrano with random building orientations.]]
</td>
</tr>
| real numeric
| meters
| - 1
| length of the waveguide segment
|-
| real numeric
| meters
| - 0.075
| distance between port plane and the first open end of the waveguide
|}
<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 → Component Wizards → 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 → Antenna Wizards → 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 Stripline Wizard ==
ICON: [[File:us2p us1p icon.png]]
MENU: '''Tools → Transmission Line Wizards → Two-Port Microstrip Stripline Line'''
MODULE(S): [[EM.Tempo]], [[EM.Picasso]], [[EM.Ferma]]
FUNCTION: Creates the parameterized geometry of a two-port microstrip line stripline segment of a specified characteristic impedance on a conductor-backed single-layer dielectric substrate in the project workspace
NOTES, SPECIAL CASES OR EXCEPTIONS: In [[EM.Tempo]] and [[EM.Picasso]], the two ports are placed at the two edges this wizard creates a one-port open-ended stripline transmission line segment. In [[EM.Ferma]], it sets up a 2D solution plane for quasi-static analysis of the substratestripline transmission line. The width of the microstrip lines stripline is determined based on the specified characteristic impedance. It may be replaced by a numeric value instead.
PYTHON COMMAND(S):
emag_microstrip_2port_tempoemag_stripline_tempo(hht,erert,z0hb,strip_lenerb,feed_wid,cetner_len,sub_len,sub_wid)Â emag_stripline_picasso(ht,ert,hb,erb,feed_wid,draw_substratecenter_len)
emag_microstrip_2port_picassoemag_stripline_ferma(hht,erert,z0hb,strip_lenerb,feed_lenstrip_wid,box_multiplier)
TWO-PORT MICROSTRIP [[EM.Tempo|EM.TEMPO]] STRIPLINE WIZARD PARAMETERS
{| border="0"
|-
! scope="col"| Notes
|-
! scope="row" | hht
| real numeric
| meters
| 0.0015
| top substrate height (thickness)
|-
! scope="row" | er ert
| real numeric
| -
| 2.2
| top substrate relative permittivity
|-
! scope="row" | z0hb
| real numeric
| Ohms meters | 50 0.0015 | characteristic impedance bottom substrate height (thickness)
|-
! scope="row" | strip_lenerb
| real numeric
| meters
| -
| length of the line segment 2.2 | bottom substrate relative permittivity
|-
! scope="row" | feed_lenfeed_wid| real numeric| meters| 0.002 | width of feed strip segment|-! scope="row" | center_wid| real numeric| meters| feed_wid| width of center strip segment|-! scope="row" | center_len
| real numeric
| meters
| - 0.03 | length of feed center line (only in [[EM.Picasso]])segment
|-
! scope="row" | sub_len
| real numeric
| meters
| - 0.1 | length of substrate (only in [[EM.Tempo]])
|-
! scope="row" | sub_wid
| real numeric
| meters
| - 0.05 | width of substrate (only in [[EM.Tempo]])|-! scope="row" | draw_substrate| Boolean| -| True | Adds substrate & ground plane
|}
<table><tr><td>[[Image:wiz_us2p_tempo.png|thumb|500px|Default two-port microstrip line segment in EM.Tempo.]]</td></tr><tr><td>[[Image:wiz_us2p_picasso.pngPicasso|thumb|500px|Default two-port microstrip line segment in EM.Picasso.PICASSO]]</td></tr></table> == Two-Port Coplanar Waveguide (CPW) Wizard == ICON: [[File:cpw2p icon.png]]  MENU: '''Tools → Transmission Line Wizards → Two-Port Coplanar Waveguide''' MODULE(S): [[EM.Tempo]], [[EM.Picasso]]  FUNCTION: Creates the parameterized geometry of a two-port coplanar waveguide segment on a single-layer dielectric 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.   PYTHON COMMAND(S): emag_cpw_2port_tempo(h,er,strip_wid,slot_wid,strip_len,sub_len,sub_wid,draw_substrate) emag_cpw_2port_picasso(h,er,w,s,ls,lf)  TWO-PORT CPW STRIPLINE WIZARD PARAMETERS
{| border="0"
|-
! scope="col"| Notes
|-
! scope="row" | hht
| real numeric
| meters
| 0.0015
| top substrate height (thickness)
|-
! scope="row" | er ert
| real numeric
| -
| 2.2
| top substrate relative permittivity
|-
! scope="row" | strip_widhb
| real numeric
| meters | 0.002 0015 | width of the center strip bottom substrate height (thickness)
|-
! scope="row" | slot_widerb
| real numeric
| meters - | 02.002 2 | width of the slots bottom substrate relative permittivity
|-
! scope="row" | strip_lenfeed_wid
| real numeric
| meters | - center_width | length width of the line feed strip segment
|-
! scope="row" | sub_lencenter_wid| real numeric| meters| feed_wid | width of center strip segment|-! scope="row" | center_len
| real numeric
| meters
| - 0.03 | length of substrate (only in [[EM.Tempo]])center line segment
|-
! scope="row" | sub_widfeed_len
| real numeric
| meters
| - 0.5 * center_len| width length of substrate (only in [[EM.Tempo]])|-! scope="row" | draw_substrate| Boolean| -| True | Adds substrate & ground planefeed line segment
|}
<table><tr><td>[[Image:wiz_cpw2p_tempo.png|thumb|500px|Default two-port coplanar waveguide segment in EM.Tempo.]]</td></tr><tr><td>[[Image:wiz_cpw2p_picasso.pngFerma|thumb|500px|Default two-port coplanar waveguide segment in EM.Picasso.FERMA]]</td></tr></table> == Two-Port Coaxial Wizard == ICON: [[File:coax2p icon.png]]  MENU: '''Tools → Transmission Line Wizards → Two-Port Coaxial Line''' MODULE(S): [[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 STRIPLINE WIZARD PARAMETERS
{| border="0"
|-
! scope="col"| Notes
|-
! scope="row" | er ht| real numeric| meters | 0.0015 | top substrate height (thickness) |-! scope="row" | ert
| real numeric
| -
| 2.2
| top substrate relative permittivity of the dielectric core
|-
! scope="row" | z0hb
| real numeric
| Ohms meters | 50 0.0015 | characteristic impedance bottom substrate height (thickness)
|-
! scope="row" | r_innererb
| real numeric
| meters - | 02.001 2 | radius of inner conductor bottom substrate relative permittivity
|-
! scope="row" | lenstrip_wid| real numeric| meters| 0.002 | strip width |-! scope="row" | box_multiplier
| real numeric
| meters
| -
| length 10 | ratio of the line segment (only in [[EM.Tempo]]) box width to strip width
|}
<tr>
<td>
[[Image:wiz_coax2p_tempoWiz strpln tempo.png|thumb|500px|Default two-port coaxial stripline line segment in EM.Tempo.]]
</td>
</tr>
</table>
Â
== Two-Port Rectangular Waveguide Wizard ==
Â
ICON: [[File:wg2p icon.png]]
Â
MENU: '''Tools → Transmission Line Wizards → Two-Port Rectangular Waveguide'''
Â
MODULE(S): [[EM.Tempo]]
Â
FUNCTION: Creates the parameterized geometry of a two-port rectangular waveguide segment slightly above the cutoff at the center frequency of the project
Â
NOTES, SPECIAL CASES OR EXCEPTIONS: The width of the waveguide is set slightly larger than half its cutoff wavelength for the dominant TE10 mode. The height is set equal to half its width. Both the width and height can be replaced by arbitrary numeric values.
Â
Â
PYTHON COMMAND(S): emag_rect_waveguide_2port(wg_len,feed_len,port_offset)
Â
Â
TWO-PORT WAVEGUIDE 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" | wg_len
| real numeric
| meters
| -
| length of the middle waveguide segment
|-
! scope="row" | feed_len
| real numeric
| meters
| -
| length of the feed waveguide segments
|-
! scope="row" | port_offset
| real numeric
| meters
| -
| distance between port planes and the open ends of the waveguide
|}
Â
<table>
<tr>
<td>
[[Image:wiz_wg2p_tempoWiz strpln picasso.png|thumb|500px|Default two-port rectangular waveguide stripline line segment in EM.Tempo with the two open-end feed sections Picasso.]]</td></tr><tr><td>[[Image:Wiz strpln ferma.png|thumb|500px|Default 2D stripline line in the freeze stateEM.Ferma.]]
</td>
</tr>
</table>
== Particle Cloud Two-Port Coaxial Wizard ==
ICON: [[File:cloud coax2p icon.png]]
MENU: '''Tools → Component Transmission Line Wizards → Particle CloudTwo-Port Coaxial Line'''
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 two-port coaxial line segment of regular polygon particles contained a specified characteristic impedance with a dielectric core in an ellipsoid regionthe project workspace
NOTES, SPECIAL CASES OR EXCEPTIONS: The aperture diameter radius of the reflector outer conductor is determined based on the focal and axial lengths of the primitive parabolaspecified characteristic impedance. It may be replaced by a numeric value instead.
PYTHON COMMAND(S): emag_coax_2port_tempo(er,z0,r_inner,len)
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 TWO-PORT COAXIAL WIZARD PARAMETERS
{| border="0"
|-
! scope="col"| Notes
|-
! scope="row" | n_sides| integer numeric| -| 4| number of sides of the regular polygon particle |-! scope="row" | side_lengther
| real numeric
| project units- | 2.2| side length relative permittivity of the regular polygon particle dielectric core
|-
! scope="row" | cont_radius_xz0
| real numeric
| project unitsOhms | 20050 | radius of the ellipsoid container along X characteristic impedance
|-
! scope="row" | cont_radius_yr_inner
| real numeric
| project unitsmeters | 2000.001 | radius of the ellipsoid container along Y inner conductor
|-
! scope="row" | cont_radius_zlen
| real numeric
| project unitsmeters | 1000.5 | radius length of the ellipsoid container along Z |-! scope="row" | n_elements| integer numeric| -| 100| total number of particles line segment
|}
<tr>
<td>
[[Image:wiz_cloud_tempowiz_coax2p_tempo.png|thumb|500px|Default particle cloud two-port coaxial line segment in EM.Tempo with the ellipsoid container in the freeze state.]]
</td>
</tr>
</table>
== Sierpinski Two-Port Coplanar Waveguide (CPW) Wizard ==
ICON: [[File:sierpin cpw2p icon.png]]
MENU: '''Tools → Component Transmission Line Wizards → Sierpinski StripTwo-Port Coplanar Waveguide'''
MODULE(S): [[Building_Geometrical_Constructions_in_CubeCAD | CubeCAD]], [[EM.Tempo]], [[EM.Illumina]], [[EM.Ferma]], [[EM.Picasso]], [[EM.Libera]]
FUNCTION: Creates the parameterized geometry of a Sierpinski triangle fractal two-port coplanar waveguide segment on a single-layer dielectric substrate in the project workspace
NOTES, SPECIAL CASES OR EXCEPTIONS: A dialog asks you to enter values for the key size and number of fractal levelsIn [[EM. The wizard creates Tempo]], the Sierpinski triangle as a large set of smaller triangles, which cannot be modified using variables afterwards. You may want to group two ports are placed at the set two edges of all the triangles as a single composite objectsubstrate.
PYTHON COMMAND(S): emag_sierpinski(key_size,levels)
emag_cpw_2port_tempo(h,er,center_wid,slot_wid,center_len,sub_len,sub_wid,draw_substrate)
SIERPINSKI emag_cpw_2port_picasso(h,er,center_wid,slot_wid,center_len)Â Â [[EM.Tempo|EM.TEMPO]] TWO-PORT CPW WIZARD PARAMETERS
{| border="0"
|-
! scope="col"| Notes
|-
! scope="row" | key_sizeh
| real numeric
| project unitsmeters | 1000.0015 | side length of the largest substrate height (outermostthickness) triangle
|-
! scope="row" | levelser | integer real numeric| - | 2.2 | substrate relative permittivity |-! scope="row" | center_wid| real numeric| meters | 0.002 | width of the center strip |-! scope="row" | slot_wid| real numeric| meters | 0.002 | width of the slots |-! scope="row" | center_len| real numeric| meters | 0.05 | length of center line segment |-! scope="row" | sub_len| real numeric| meters | 0.1 | length of substrate |-! scope="row" | sub_wid| real numeric| meters | 0.05 | width of substrate|-! scope="row" | draw_substrate| Boolean
| -
| 3True | number of fractal levels Adds substrate & ground plane
|}
<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 → 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.TempoPICASSO]], 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 TWO-PORT CPW WIZARD PARAMETERS
{| border="0"
|-
! scope="row" | h
| real numeric
| metermeters | 0.0015| substrate thickness (height(thickness)
|-
! scope="row" | er
| real numeric
| -
| 2.2
| substrate relative permittivity
|-
! scope="row" | widcenter_wid
| real numeric
| metermeters | 0.005002 | strip width of the center strip
|-
! scope="row" | sub_sizeslot_wid
| real numeric
| metermeters | 0.15002 | substrate dimensions along X and Y (only in [[EM.Tempo]])width of the slots
|-
! scope="row" | has_groundcenter_len| Booleanreal numeric| meters | -| Truelength of center line segment |-! scope="row" | feed_len| real numeric| meters | 0.5 * center_len | Places a PEC ground plane length of the same size as the dielectric substrate feed line segment
|}
<tr>
<td>
[[Image:wiz_print_dpl_tempowiz_cpw2p_tempo.png|thumb|500px|Default printed dipole antenna two-port coplanar waveguide segment in EM.Tempo.]]
</td>
</tr>
<tr>
<td>
[[Image:wiz_print_dpl_picassowiz_cpw2p_picasso.png|thumb|500px|Default printed dipole antenna two-port coplanar waveguide segment in EM.Picasso.]]
</td>
</tr>
</table>
== ProbeTwo-Fed Patch Port Microstrip Wizard ==
ICON: [[File:probe_patch_iconus2p icon.png]]
MENU: '''Tools → Antenna Transmission Line Wizards → ProbeTwo-Fed Patch AntennaPort Microstrip Line'''
MODULE(S): [[EM.Tempo]], [[EM.Picasso]]
FUNCTION: Creates the parameterized geometry of a probetwo-fed rectangular patch antenna port microstrip line segment of a specified characteristic impedance on a conductor-backed single-layer dielectric substrate 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 linetwo ports are placed at the two edges of the substrate. In [[EM.Picasso]], The width of the patch antenna microstrip lines is fed by a probe source determined based on a short vertical PEC via. In both modules, the dimensions of the square patch are set equal to 0specified characteristic impedance.47 times the effective dielectric wavelength, which can It may be changedreplaced by a numeric value instead.
PYTHON COMMAND(S):
emag_patch_tempoemag_microstrip_2port_tempo(h,er,feed_ratioz0,sub_sizecetner_len,sub_len,sub_wid,draw_substrate)
emag_patch_picassoemag_microstrip_2port_picasso(h,er,feed_ratioz0,feed_radcenter_len,feed_len)
PATCH [[EM.Tempo|EM.TEMPO]] TWO-PORT MICROSTRIP WIZARD PARAMETERS
{| border="0"
|-
! scope="row" | h
| real numeric
| metermeters | 0.0015| substrate thickness (height(thickness)
|-
! scope="row" | er
| real numeric
| -
| 2.2
| substrate relative permittivity
|-
! scope="row" | feed_ratioz0
| real numeric
| Ohms
| 50
| characteristic impedance
|-
! scope="row" | center_len
| real numeric
| meters
| 0.05
| length of center line segment
|-
! scope="row" | sub_len
| real numeric
| meters
| 0.1
| length of substrate
|-
! scope="row" | sub_wid
| real numeric
| meters
| 0.05
| width of substrate
|-
! scope="row" | draw_substrate
| Boolean
| -
| 0True | Adds substrate & ground plane|}Â [[EM.4Picasso|EM.PICASSO]] TWO-PORT MICROSTRIP WIZARD PARAMETERS{| ratio of location of probe to half patch length xf/(a/2) 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" | feed_radh
| real numeric
| metermeters | 0.0050015 | radius of probe via substrate height (thickness)
|-
! scope="row" | sub_sizeer
| real numeric
| meter- | 02.152 | substrate dimensions along X and Y (only in [[EMrelative permittivity |-! scope="row" | z0| real numeric| Ohms | 50 | characteristic impedance |-! scope="row" | center_len| real numeric| meters | 0.Tempo]])05 | length of center line segment |-! scope="row" | feed_len| real numeric| meters | 0.5 * center_len | length of feed line
|}
<tr>
<td>
[[Image:wiz_patch_tempowiz_us2p_tempo.png|thumb|500px|Default probetwo-fed patch antenna port microstrip line segment in EM.Tempo.]]
</td>
</tr>
<tr>
<td>
[[Image:wiz_patch_picassowiz_us2p_picasso.png|thumb|500px|Default probetwo-fed patch antenna port microstrip line segment in EM.Picasso.]]
</td>
</tr>
</table>
== ProbeTwo-Fed Patch Array Port Rectangular Waveguide Wizard ==
ICON: [[File:patch_array wg2p icon.png]]
MENU: '''Tools → Antenna Transmission Line Wizards → ProbeTwo-Fed Patch ArrayPort Rectangular Waveguide'''
MODULE(S): [[EM.Tempo]], [[EM.Picasso]]
FUNCTION: Creates the parameterized geometry of a probetwo-fed port rectangular patch antenna array in waveguide segment slightly above the cutoff at the center frequency of the project workspace
NOTES, SPECIAL CASES OR EXCEPTIONS: In [[EM.Tempo]], The width of the patch antenna waveguide 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 slightly larger than half its cutoff wavelength for the effective dielectric wavelength, which can be changeddominant TE10 mode. In [[EM.Tempo]], the total dimensions of the substrate are The height is set equal to 1half its width.2 times Both the overall dimensions of all the units cells, which width and height can be changed, tooreplaced by arbitrary numeric values.
PYTHON COMMAND(S): emag_rect_waveguide_2port(wg_len,feed_len,port_offset)
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 TWO-PORT WAVEGUIDE WIZARD PARAMETERS
{| border="0"
|-
! scope="col"| Notes
|-
! scope="row" | hwg_len
| real numeric
| metermeters | 0.00155 | substrate thickness (height) length of the middle waveguide segment
|-
! scope="row" | erfeed_len
| real numeric
| -meters | 20.2 25 | substrate relative permittivity length of the feed waveguide segments
|-
! scope="row" | feed_ratioport_offset
| real numeric
| -meters | 0.415 | ratio distance between port planes and the open ends 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 wavelengththe waveguide
|}
<tr>
<td>
[[Image:wiz_patch_array_tempowiz_wg2p_tempo.png|thumb|500px|Default probetwo-fed patch antenna array port rectangular waveguide segment in EM.Tempo.]]</td></tr><tr><td>[[Image:wiz_patch_array_picasso.png|thumb|500px|Default probewith the two open-fed patch antenna array end feed sections in EM.Picassothe freeze state.]]
</td>
</tr>
</table>
== MicrostripTwo-Fed Patch Port Stripline Wizard ==
ICON: [[File:us_patch_iconus2p icon.png]]
MENU: '''Tools → Antenna Transmission Line Wizards → MicrostripTwo-Fed Patch AntennaPort Stripline'''
MODULE(S): [[EM.Tempo]], [[EM.Picasso]]
FUNCTION: Creates the parameterized geometry of a microstriptwo-fed rectangular patch antenna port stripline segment of a specified characteristic impedance on a conductor-backed single-layer dielectric substrate 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]], two ports are placed at the feed line has a scattering wave porttwo edges of the substrate. The total dimensions width of the square patch are set equal to 0Stripline is determined based on the specified characteristic impedance.5 times the effective dielectric wavelength, which can It may be changedreplaced by a numeric value instead.
PYTHON COMMAND(S):
emag_microstrip_fed_patch_tempoemag_stripline_2port_tempo(is_recessht,hert,erhb,z0erb,feed_lenfeed_wid,recess_dep,recess_widcetner_len,sub_len,sub_wid)
emag_microstrip_fed_patch_picassoemag_stripline_2port_picasso(is_recessht,hert,erhb,z0erb,feed_lenfeed_wid,recess_dep,recess_widcenter_len)
MICROSTRIP[[EM.Tempo|EM.TEMPO]] TWO-FED PATCH PORT STRIPLINE WIZARD PARAMETERS
{| border="0"
|-
! scope="col"| Notes
|-
! scope="row" | is_recess| Boolean| -| True| Creates a recessed feed vs. a direct microstrip line junction to the patch |-! scope="row" | hht
| real numeric
| metermeters | 0.0015| top substrate thickness (height(thickness)
|-
! scope="row" | erert
| real numeric
| -
| 2.2
| top substrate relative permittivity
|-
! scope="row" | z0hb
| real numeric
| Ohmsmeters | 50 0.0015 | characteristic impedance of the microstrip feed bottom substrate height (thickness)
|-
! scope="row" | feed_lenerb
| real numeric
| meter- | 02.0752 | length of the microstrip feed line bottom substrate relative permittivity
|-
! scope="row" | recess_depfeed_wid
| real numeric
| metermeters| 0.015002 | depth width of the feed recess line segment
|-
! scope="row" | recess_widcenter_wid
| real numeric
| metermeters| feed_wid| width of center line segment |-! scope="row" | center_len| real numeric| meters | 0.00503 | width length of the recess gaps center line segment
|-
! scope="row" | sub_len
| real numeric
| metermeters | 0.31 | length of substrate dimension along X (only in [[EM.Tempo]])
|-
! scope="row" | sub_wid
| real numeric
| metermeters | 0.305 | width of 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.PICASSO]]</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 → Antenna Wizards → 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)  SLOTTWO-COUPLED PATCH PORT STRIPLINE WIZARD PARAMETERS
{| border="0"
|-
! scope="col"| Notes
|-
! scope="row" | h_patchht
| real numeric
| metermeters | 0.0015| thickness (height) of the top substrate layer height (thickness)
|-
! scope="row" | er_patchert
| real numeric
| -
| 2.2
| relative permittivity of the top substrate layerrelative permittivity
|-
! scope="row" | h_feedhb
| real numeric
| metermeters | 0.0015| thickness (height) of the bottom substrate layer height (thickness)
|-
! scope="row" | er_feederb
| real numeric
| -
| 2.2
| relative permittivity of the bottom substrate layerrelative permittivity
|-
! scope="row" | slot_lenfeed_wid
| real numeric
| metermeters| 0.02002 | length width of the coupling slot feed line segment
|-
! scope="row" | slot_widcenter_wid
| real numeric
| metermeters| 0.0025feed_wid| width of the coupling slot center line segment
|-
! scope="row" | z0center_len
| real numeric
| Ohmsmeters | 50 0.03 | characteristic impedance length of the microstrip feed center line segment
|-
! scope="row" | feed_len
| real numeric
| metermeters | 0.15 * center_len | 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]])segment
|}
<tr>
<td>
[[Image:wiz_slot_patch_tempoWiz strpln2p tempo.png|thumb|500px|Default slottwo-coupled patch antenna port stripline segment in EM.Tempo with the patch, middle ground and substrate layers in the freeze state.]]
</td>
</tr>
<tr>
<td>
[[Image:wiz_slot_patch_picassoWiz strpln2p picasso.png|thumb|500px|Default slottwo-coupled patch antenna port stripline segment in EM.Picasso with the patch in the freeze state.]]
</td>
</tr>
<hr>
[[Image:Top_icon.png|48px30px]] '''[[#Microstrip Wizard Air_Bridge_Wizard | Back to the Top of the Page]]'''
[[Image:Back_icon.png|40px30px]] '''[[EM.Cube | Back to EM.Cube Main Page]]'''