<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
</table>
== Dipole Array Antenna Wizard ==
ICON: [[File:dpl_array dipole icon.png]]
MENU: '''Tools → Antenna Wizards → Wire Dipole ArrayAntenna'''
MODULE(S): [[EM.Tempo]], [[EM.Libera]]
FUNCTION: Creates the parameterized geometry of a dipole antenna array in the project workspace
NOTES, SPECIAL CASES OR EXCEPTIONS: The In [[EM.Tempo]], the dipole elements are all consists of two thin wiresPEC cylinders fed by a lumped source on a short joining line. In [[EM.Libera]], the dipole is a thin wire.
PYTHON COMMAND(S): emag_dipole_array(len_lambda,spacing_lambda,nx,ny,wire_rad_lambda)
emag_dipole_tempo(len_lambda,wire_rad_lambda)
emag_dipole_libera(len_lambda,wire_rad_lambda)Â Â DIPOLE ARRAY WIZARD PARAMETERS
{| border="0"
|-
| real numeric
| -
| 0.5 (in [[EM.Libera]]) or 0.47 (in [[EM.Tempo]])
| length of dipole normalized to free-space wavelength
|-
! scope="row" | spacing_lambda
| real numeric
| -
| 0.5
| element spacing normalized to free-space wavelength
|-
! scope="row" | nx
| integer numeric
| -
| 5
| number of elements along X
|-
! scope="row" | ny
| integer numeric
| -
| 1
| number of elements along Y
|-
! scope="row" | wire_rad_lambda
<tr>
<td>
[[Image:wiz_dipole_arraywiz_dipole_tempo.png|thumb|500px300px|Default cylindrical dipole antenna in EM.Tempo.]]</td></tr><tr><td>[[Image:wiz_dipole_libera.png|thumb|300px|Default thin wire dipole array antenna in EM.Libera.]]
</td>
</tr>
</table>
== Dipole Antenna Array Wizard ==
ICON: [[File:dipole dpl_array icon.png]]
MENU: '''Tools → Antenna Wizards → Wire Dipole AntennaArray'''
MODULE(S): [[EM.Tempo]], [[EM.Libera]]
FUNCTION: Creates the parameterized geometry of a dipole antenna array in the project workspace
NOTES, SPECIAL CASES OR EXCEPTIONS: In [[EM.Tempo]], the The dipole consists of two elements are all thin PEC cylinders fed by a lumped source on a short joining line. In [[EM.Libera]], the dipole is a thin wirewires.
PYTHON COMMAND(S): Â emag_dipole_tempoemag_dipole_array(len_lambda,wire_rad_lambda)Â emag_dipole_libera(len_lambdaspacing_lambda,nx,ny,wire_rad_lambda)
DIPOLE ARRAY WIZARD PARAMETERS
{| border="0"
|-
| real numeric
| -
| 0.5 (in [[EM.Libera]]) or 0.47 (in [[EM.Tempo]])
| length of dipole normalized to free-space wavelength
|-
! scope="row" | spacing_lambda
| real numeric
| -
| 0.5
| element spacing normalized to free-space wavelength
|-
! scope="row" | nx
| integer numeric
| -
| 5
| number of elements along X
|-
! scope="row" | ny
| integer numeric
| -
| 1
| number of elements along Y
|-
! scope="row" | wire_rad_lambda
<tr>
<td>
[[Image:wiz_dipole_tempowiz_dipole_array.png|thumb|300px|Default cylindrical dipole antenna in EM.Tempo.]]</td></tr><tr><td>[[Image:wiz_dipole_libera.png|thumb|300px500px|Default thin wire dipole antenna array in EM.Libera.]]
</td>
</tr>
</table>
== Microstrip Linear Slot Array Wizard ==
ICON: [[File:us1p iconslot_array_icon.png]]
MENU: '''Tools → Transmission Line Antenna Wizards → Microstrip LineLinear Slot Array'''
MODULE(S): [[Building_Geometrical_Constructions_in_CubeCAD | CubeCAD]], [[EM.TempoIllumina]], [[EM.PicassoFerma]], [[EM.FermaLibera]]
FUNCTION: Creates the parameterized geometry of a microstrip line segment an array of narrow rectangular slots in a specified characteristic impedance on a conductor-backed single-layer dielectric substrate in the project workspaceground plane
NOTES, SPECIAL CASES OR EXCEPTIONS: In [[EM.Tempo]] and [[EM.Picasso]], this This wizard simply creates an array of linear slots in a one-port open-ended microstrip transmission line segment. In [[EM.Ferma]], it sets up a 2D solution ground plane for quasi-static analysis of the microstrip transmission line. The width of the microstrip line is determined based on the specified characteristic impedance. It may be replaced by a numeric value insteadusing Boolean subtraction.
PYTHON COMMAND(S):emag_linear_slot_array(slot_len,slot_wid,nx,ny,spacing_x,spacing_y)
emag_microstrip_tempo(h,er,z0,strip_len,feed_len,sub_len,sub_wid,draw_substrate)
emag_microstrip_picasso(h,er,z0,strip_len,feed_len)Â emag_microstrip_ferma(h,er,z0,box_multiplier,draw_substrate)Â Â MICROSTRIP LINEAR SLOT ARRAY WIZARD PARAMETERS
{| border="0"
|-
! scope="col"| Notes
|-
! scope="row" | hslot_len
| real numeric
| meters project units| 0.0015 100| substrate height (thickness) length of the slot
|-
! scope="row" | er slot_wid
| real numeric
| - project units| 2.2 10| substrate relative permittivity width of the slot
|-
! scope="row" | z0nx| real integer numeric| Ohms -| 50 2 | characteristic impedance number of elements along X
|-
! scope="row" | strip_lenny| real integer numeric| meters -| - 2 | length number of the line segment (only in [[EM.Tempo]] & [[EM.Picasso]]) elements along Y
|-
! scope="row" | feed_lenspacing_x
| real numeric
| meters -| - 150| length of feed line (only in [[EM.Tempo]])element spacing along X
|-
! scope="row" | sub_lenspacing_y
| real numeric
| meters
| -
| length of substrate (only in [[EM.Tempo]] & [[EM.Ferma]])
|-
! scope="row" | sub_wid
| real numeric
| meters
| -
| width of substrate (only in [[EM.Tempo]] & [[EM.Ferma]])
|-
! scope="row" | draw_substrate
| Boolean
| -
| True 150| Adds substrate & ground planeelement spacing along Y
|}
<tr>
<td>
[[Image:wiz_us_tempowiz_slot_array_cad.png|thumb|500px|Default microstrip line segment linear slot array in EM.TempoCubeCAD.]]
</td>
</tr>
</table>
Â
== Linear Slot Wizard ==
Â
ICON: [[File:slot_icon.png]]
Â
MENU: '''Tools → Antenna Wizards → Linear Slot'''
Â
MODULE(S): [[Building_Geometrical_Constructions_in_CubeCAD | CubeCAD]], [[EM.Illumina]], [[EM.Ferma]], [[EM.Libera]]
Â
FUNCTION: Creates the parameterized geometry of a narrow rectangular slot in a ground plane
Â
NOTES, SPECIAL CASES OR EXCEPTIONS: This wizard simply creates a linear slot in a ground plane using Boolean subtraction.
Â
Â
PYTHON COMMAND(S): emag_linear_slot(slot_len,slot_wid,metal_size)
Â
Â
LINEAR SLOT 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" | slot_len
| real numeric
| project units
| 100
| length of the slot
|-
! scope="row" | slot_wid
| real numeric
| project units
| 10
| width of the slot
|-
! scope="row" | metal_size
| real numeric
| project units
| 200
| dimensions of the square metal ground
|}
Â
<table>
<tr>
<td>
[[Image:wiz_us_picassowiz_slot_cad.png|thumb|500px|Default microstrip line segment linear slot in EM.Picasso.]]</td></tr><tr><td>[[Image:wiz_us_ferma.png|thumb|500px|Default 2D microstrip line in EM.FermaCubeCAD.]]
</td>
</tr>
</table>
== Two-Port Microstrip Wizard ==
ICON: [[File:us2p us1p icon.png]]
MENU: '''Tools → Transmission Line Wizards → Two-Port Microstrip Line'''
MODULE(S): [[EM.Tempo]], [[EM.Picasso]], [[EM.Ferma]]
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 in the project workspace
NOTES, SPECIAL CASES OR EXCEPTIONS: In [[EM.Tempo]], the two ports are placed at the two edges of the substrateand [[EM. The width of the Picasso]], this wizard creates a one-port open-ended microstrip lines is determined based on the transmission line segment of a specified characteristic impedance. It may be replaced by In [[EM.Ferma]], it sets up a numeric value instead2D solution plane for quasi-static analysis of the microstrip transmission line with a given strip width.
PYTHON COMMAND(S):
emag_microstrip_2port_tempoemag_microstrip_tempo(h,er,z0,strip_lencetner_len,sub_len,sub_wid,draw_substrate)Â emag_microstrip_picasso(h,er,z0,center_len,feed_len)
emag_microstrip_2port_picassoemag_microstrip_ferma(h,er,z0strip_wid,strip_lenbox_multiplier,feed_lendraw_substrate)
TWO-PORT [[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 |-! scope="row" | feed_len| real numeric| meters | - | length of feed line (only in [[EM.Picasso]])
|-
! 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
|}
<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 MICROSTRIP WIZARD PARAMETERS
{| border="0"
|-
| substrate relative permittivity
|-
! scope="row" | strip_widz0
| real numeric
| meters Ohms | 0.002 50 | width of the center strip characteristic impedance
|-
! scope="row" | slot_widcenter_len
| real numeric
| meters
| 0.002 03| width length of the slots line segment
|-
! scope="row" | strip_lenfeed_len
| real numeric
| meters
| - 0.5 * center_len | length of the 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" | sub_lener
| real numeric
| meters
| -
| length of substrate (only in [[EM2.Tempo]])2 | substrate relative permittivity
|-
! scope="row" | sub_widstrip_wid| real numeric| meters| 2| width of microstrip line |-! scope="row" | box_multiplier
| real numeric
| meters
| -
| 10 | ratio of width of substrate (only in [[EM.Tempo]])to strip width
|-
! scope="row" | draw_substrate
<tr>
<td>
[[Image:wiz_cpw2p_tempowiz_us_tempo.png|thumb|500px|Default two-port coplanar waveguide microstrip line segment in EM.Tempo.]]
</td>
</tr>
<tr>
<td>
[[Image:wiz_cpw2p_picassowiz_us_picasso.png|thumb|500px|Default two-port coplanar waveguide microstrip line segment in EM.Picasso.]]</td></tr><tr><td>[[Image:wiz_us_ferma.png|thumb|500px|Default 2D microstrip line in EM.Ferma.]]
</td>
</tr>
</table>
== TwoMicrostrip-Port Coaxial Fed Patch Wizard ==
ICON: [[File:coax2p iconus_patch_icon.png]]
MENU: '''Tools → Transmission Line Antenna Wizards → TwoMicrostrip-Port Coaxial LineFed Patch Antenna'''
MODULE(S): [[EM.Tempo]], [[EM.Picasso]]
FUNCTION: Creates the parameterized geometry of a twomicrostrip-port coaxial line segment of a specified characteristic impedance with a dielectric core fed rectangular patch antenna in the project workspace
NOTES, SPECIAL CASES OR EXCEPTIONS: The radius of 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 outer conductor feed line is determined based on excited by a microstrip port. In [[EM.Picasso]], the specified characteristic impedancefeed line has a scattering wave port. It may The total dimensions of the square patch are set equal to 0.5 times the effective dielectric wavelength, which can be replaced by a numeric value insteadchanged.
PYTHON COMMAND(S): emag_coax_2port_tempo(er,z0,r_inner,len)
emag_microstrip_fed_patch_tempo(is_recess,h,er,z0,feed_len,recess_dep,recess_wid,sub_len,sub_wid)
TWOemag_microstrip_fed_patch_picasso(is_recess,h,er,z0,feed_len,recess_dep,recess_wid)Â Â MICROSTRIP-PORT COAXIAL FED PATCH WIZARD PARAMETERS
{| border="0"
|-
! scope="col"| Notes
|-
! scope="row" | er 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 of the dielectric core
|-
! scope="row" | z0
| real numeric
| Ohms
| 50
| characteristic impedance of the microstrip feed
|-
! scope="row" | r_innerfeed_len
| real numeric
| meters meter| 0.001 075| radius length of inner conductor the microstrip feed line
|-
! scope="row" | lenrecess_dep
| real numeric
| meters meter| 0.015| depth of the feed recess | - ! scope="row" | length recess_wid| real numeric| meter| 0.005| width of the line segment 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]])
|}
<tr>
<td>
[[Image:wiz_coax2p_tempowiz_us_patch_tempo.png|thumb|500px|Default twomicrostrip-port coaxial line segment 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>
== Rectangular Waveguide Mobile Path Wizard ==
ICON: [[File:wg1p Mobile Path icon.png]]
MENU: '''Tools → Transmission Line Propagation Wizards → Rectangular WaveguideMobile Path'''
MODULE(S): [[EM.TempoTerrano]]
FUNCTION: Creates the parameterized geometry of a rectangular waveguide segment slightly above the cutoff at the center frequency mobile path of transmitters or receivers in the projectworkspace
NOTES, SPECIAL CASES OR EXCEPTIONS: This wizard creates either a one-port open-ended rectangular waveguide segment set of transmitters or a set of receivers along a specified path. The path can be specified in [[EMone of three different ways: (a) using an existing "virtual" nodal curve, i.Tempo]]e. The width 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 waveguide is set slightly larger than half its cutoff wavelength for coordinates of the dominant TE10 modebase location points. The height is set equal to half its width. Both Mobile Path Wizard provides a list of all the width and height can be replaced by arbitrary numeric valuesnodal curves or line objects that have been defined as virtual objects in the project workspace.
PYTHON COMMAND(S): emag_rect_waveguide(wg_len,port_offset)
emag_mobile_path_nodal(label,nodal_curve,TxRx=0)
WAVEGUIDE 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"
|-
! scope="col"| Notes
|-
! scope="row" | wg_lennodal_curve| real numericstring| meters -| - | length name of the waveguide segment nodal curve object
|-
! scope="row" | port_offsetTxRx| real numericinteger| meters -| - 0| distance between port plane enter 0 for transmitters and the first open end 1 for receivers|-! scope="row" | line_object| string| -| -| name of line object|-! scope="row" | file_name| string| -| -| the waveguide name of spatial Cartesian data file that must have a ".CAR" file extension
|}
<tr>
<td>
[[Image:wiz_wg_tempoWiz mobile1.png|thumb|500px480px|Default rectangular waveguide segment with a shorted end wall in EMThe mobile path wizard dialog.Tempo]]</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>
</table>
== Two-Port Rectangular Waveguide Mountainous Terrain Wizard ==
ICON: [[File:wg2p iconmountain_icon.png]]
MENU: '''Tools → Transmission Line Propagation Wizards → Two-Port Rectangular WaveguideMountainous Terrain'''
MODULE(S): [[EM.TempoTerrano]]
FUNCTION: Creates the parameterized geometry of a two-port rectangular waveguide segment slightly above the cutoff at the center frequency of mountainous terrain with a random rough surface in the projectworkspace
NOTES, SPECIAL CASES OR EXCEPTIONS: This wizard creates a mountainous terrain using a surface object generated with a bi-cubic spline profile. The width of the waveguide surface is set slightly larger than half its cutoff wavelength for then roughened based on the dominant TE10 modespecified statistics. The height is set equal to half its width. Both the width and height This wizard can be replaced by arbitrary numeric valuesused to create either a mountain range with three peaks or a single-peak mountain.
PYTHON COMMAND(S): emag_rect_waveguide_2portemag_mountain(wg_lenis_range,feed_lenarea_size,port_offsetheight,height_diff,radius,spacing,elevation,res,rms_height,correl_len)
TWO-PORT WAVEGUIDE MOUNTAINOUS TERRAIN WIZARD PARAMETERS
{| border="0"
|-
! scope="col"| Notes
|-
! scope="row" | wg_lenis_range| Boolean| -| True | if true, creates a mountain range with three peaks, otherwise, creates a single peak |-! scope="row" | area_size
| real numeric
| meters meter| - 200| length dimensions of the middle waveguide segment square terrain surface
|-
! scope="row" | feed_lenheight
| real numeric
| meters meter| - 200| length height of the feed waveguide segments mountain
|-
! scope="row" | port_offsetheight_diff
| real numeric
| meters meter| 40| difference between the heights of the center peak and the two lateral peaks in the case of a mountain range| - ! scope="row" | distance radius| real numeric| meter| 50| radius of the bi-cubic spline surface profile|-! scope="row" | spacing| real numeric| meter| 70| spacing between port planes the center peak and the open ends two lateral peaks in the case of a mountain range|-! scope="row" | elevation| real numeric| meter| 1| base elevation of whole terrain surface |-! scope="row" | res| real numeric| meter| 5| resolution of terrain surface |-! scope="row" | rms_height| real numeric| meter| 1| RMS height of the random rough surface |-! scope="row" | correl_len| real numeric| meter| 5| correlation length of the waveguide random rough surface
|}
<tr>
<td>
[[Image:wiz_wg2p_tempowiz_mountain.png|thumb|500px|Default two-port rectangular waveguide segment mountainous terrain in EM.Tempo with the two open-end feed sections in the freeze stateTerrano.]]
</td>
</tr>
</table>
== Solenoid Office Building Wizard ==
ICON: [[File:solenoid iconoffice_icon.png]]
MENU: '''Tools → Component Propagation Wizards → SolenoidOffice Building'''
MODULE(S): [[Building_Geometrical_Constructions_in_CubeCAD | CubeCAD]], [[EM.Tempo]], [[EM.Ferma]], [[EM.LiberaTerrano]]
FUNCTION: Creates the parameterized geometry of a solenoid multi-story office building with a generalized super-quadratic cross section penetrable walls in the project workspace
NOTES, SPECIAL CASES OR EXCEPTIONS: In [[EM.Ferma]], this This wizard turns the solenoid into a wire current sourcecreates an office building with multiple floor and rows of rooms separated by hallways.
PYTHON COMMAND(S): emag_office_building(room_len,room_wid,room_height,hallway_width,nx,ny,nz,er,sig,wall_thickness)
emag_solenoid(major_rad,minor_rad,height,turns,order,step)
emag_solenoid_ferma(major_rad,minor_rad,height,turns,order,step,current,wire_rad)Â Â SOLENOID OFFICE BUILDING WIZARD PARAMETERS
{| border="0"
|-
! scope="col"| Notes
|-
! scope="row" | major_radroom_len
| real numeric
| project unitsmeter| 2 6| major radius length of the super-quadratic cross section individual rooms
|-
! scope="row" | minor_radroom_wid
| real numeric
| project unitsmeter| 2 8| minor radius width of the super-quadratic cross section individual rooms
|-
! scope="row" | heightroom_height
| real numeric
| project units meter| 10 4| total height of the solenoid individual rooms
|-
! scope="row" | turnshallway_wid| real numeric| meter| 2| width of interior hallways|-! scope="row" | nx
| integer numeric
| - | 10 5 | total number of turnsrooms along X
|-
! scope="row" | orderny
| integer numeric
| -| 3 | number of rooms along Y|-! scope="row" | nz| integer numeric| -
| 2
| order number of the super-quadratic curve, N = 2 produces an ellipsefloors (number of rooms along Z)
|-
! scope="row" | steper
| real numeric
| - | 04.005 4| increment in the interval [0, 2*pi] - determines the resolution relative permittivity of the curve building walls
|-
! scope="row" | currentsig
| real numeric
| Amp S/m| 11e-3| total current flowing through the solenoid (only in [[EM.Ferma]])conductivity of building walls
|-
! scope="row" | wire_radwall_thickness
| real numeric
| project units meter| 0.0005 25| radius thickness of the solenoid wire (only in [[EM.Ferma]])individual walls
|}
<tr>
<td>
[[Image:wiz_solenoid_cadwiz_office.png|thumb|360px500px|Default solenoid office building scene in CubeCADEM.]]</td></tr><tr><td>[[Image:wiz_solenoid_ferma.png|thumb|360px|Default solenoid Terrano with its rooms in EM.Fermathe freeze state.]]
</td>
</tr>
<td>
[[Image:wiz_dish_tempo.png|thumb|360px|Default parabolic reflector in EM.Tempo.]]
</td>
</tr>
</table>
Â
== Trihedral Reflector Wizard ==
Â
ICON: [[File:trihed icon.png]]
Â
MENU: '''Tools → Component Wizards → 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>
== Sierpinski Plateau Terrain Wizard ==
ICON: [[File:sierpin iconplateau_icon.png]]
MENU: '''Tools → Component Propagation Wizards → Sierpinski StripPlateau Terrain'''
MODULE(S): [[Building_Geometrical_Constructions_in_CubeCAD | CubeCAD]], [[EM.Tempo]], [[EM.Illumina]], [[EM.Ferma]], [[EM.Picasso]], [[EM.LiberaTerrano]]
FUNCTION: Creates the geometry of a Sierpinski triangle fractal plateau terrain with a random rough surface 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 This wizard creates the Sierpinski triangle as a large set of smaller triangles, which cannot be modified plateau terrain using variables afterwardsa surface object generated with a bi-sigmoid profile. You may want to group The surface is then roughened based on the set of all the triangles as a single composite objectspecified statistics.
PYTHON COMMAND(S): emag_sierpinskiemag_plateau(key_sizearea_size,levelsheight,slope,elevation,res,rms_height,correl_len)
SIERPINSKI PLATEAU TERRAIN WIZARD PARAMETERS
{| border="0"
|-
! scope="col"| Notes
|-
! scope="row" | key_sizearea_size
| real numeric
| project unitsmeter| 100200| side length dimensions of the largest (outermost) triangle square terrain surface
|-
! scope="row" | levelsheight| integer real numeric| meter| 10| height of the hill| -! scope="row" | slope| real numeric| meter| 0.1| slope of the bi-sigmoid surface profile|-! scope="row" | elevation| real numeric| meter| 0.5| base elevation of whole terrain surface |-! scope="row" | res| real numeric| meter| 10| resolution of terrain surface |-! scope="row" | rms_height| real numeric| meter| 0.5| RMS height of the random rough surface |-! scope="row" | correl_len| real numeric| meter| 310| number correlation length of fractal levels the random rough surface
|}
<tr>
<td>
[[Image:wiz_sierpin_tempowiz_plateau.png|thumb|500px|Default Sierpinski triangle strip plateau terrain in EM.TempoTerrano.]]
</td>
</tr>
</table>
== Yagi-Uda Array Printed Dipole Wizard ==
ICON: [[File:yagi print_dpl icon.png]]
MENU: '''Tools → Antenna Wizards → Yagi-Uda Printed Dipole ArrayAntenna'''
MODULE(S): [[EM.LiberaTempo]], [[EM.Picasso]]
FUNCTION: Creates the parameterized geometry of a Yagi-Uda wire printed dipole array antenna on a dielectric substrate in the project workspace
NOTES, SPECIAL CASES OR EXCEPTIONS: The In [[EM.Tempo]], the printed dipole elements are all thin wiresconsists 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_yagi(excite_len_lambda,reflect_len_lambda,reflect_spacing_lambda,direct_len_lambda,direct_spacing_lambda,n_direct,wire_rad_lambda)
emag_printed_dipole_tempo(h,er,wid,sub_size,has_ground)
YAGI emag_printed_dipole_picasso(h,er,wid,has_ground)Â Â PRINTED DIPOLE WIZARD PARAMETERS
{| border="0"
|-
! scope="col"| Notes
|-
! scope="row" | excite_len_lambdah
| real numeric
| -meter| 0.47 0015| length of exciter dipole normalized to free-space wavelength substrate thickness (height)
|-
! scope="row" | reflect_len_lambdaer
| real numeric
| -
| 02.5 2 | length of reflector dipole normalized to free-space wavelength substrate relative permittivity
|-
! scope="row" | reflect_spacingn_lambdawid
| real numeric
| -meter| 0.25 005| spacing between reflector and exciter dipoles normalized to free-space wavelength strip width
|-
! scope="row" | direct_len_lambdasub_size
| real numeric
| -meter| 0.406 15| length of director dipoles normalized to free-space wavelength substrate dimensions along X and Y (only in [[EM.Tempo]])
|-
! scope="row" | direct_spacing_lambdahas_ground| real numericBoolean
| -
| 0.34 True| spacing between director dipoles normalized to free-space wavelength |-! scope="row" | n_direct| integer numeric| -| 5 | number Places a PEC ground plane of director dipole elements along X |-! scope="row" | wire_rad_lambda| real numeric| -| 0.003 | wire radius normalized to free-space wavelength the same size as the dielectric substrate
|}
<tr>
<td>
[[Image:wiz_yagiwiz_print_dpl_tempo.png|thumb|500px|Default thin wire Yagi-Uda printed dipole array antenna in EM.LiberaTempo.]]</td></tr><tr><td>[[Image:wiz_print_dpl_picasso.png|thumb|500px|Default printed dipole antenna in EM.Picasso.]]
</td>
</tr>
</table>
== Printed Dipole Probe-Fed Patch Array Wizard ==
ICON: [[File:print_dpl patch_array icon.png]]
MENU: '''Tools → Antenna Wizards → Printed Dipole AntennaProbe-Fed Patch Array'''
MODULE(S): [[EM.Tempo]], [[EM.Picasso]]
FUNCTION: Creates the parameterized geometry of a printed dipole probe-fed rectangular patch antenna on a dielectric substrate array in the project workspace
NOTES, SPECIAL CASES OR EXCEPTIONS: In [[EM.Tempo]], the printed dipole consists of two PEC strips patch antenna is fed by a lumped source on a short joining vertical PEC line. In [[EM.Picasso]], the printed dipole patch antenna is fed by a single PEC strip with a gap probe source on ita 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_printed_dipole_tempoemag_patch_array_tempo(h,er,widfeed_ratio,sub_sizenx,has_groundny,spacing_lambda)
emag_printed_dipole_picassoemag_patch_array_picasso(h,er,widfeed_ratio,has_groundfeed_rad,nx,ny,spacing_lambda)
PRINTED DIPOLE PATCH ARRAY WIZARD PARAMETERS
{| border="0"
|-
| substrate relative permittivity
|-
! scope="row" | widfeed_ratio
| real numeric
| meter-| 0.0054| strip width ratio of location of probe to half patch length xf/(a/2)
|-
! scope="row" | sub_sizefeed_rad
| real numeric
| meter-| 0.150025| substrate dimensions along X and Y radius of probe via (only in [[EM.TempoPicasso]])
|-
! scope="row" | has_groundnx| Booleaninteger numeric
| -
| True2 | Places a PEC ground plane number of the same size as the dielectric substrate 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
|}
<tr>
<td>
[[Image:wiz_print_dpl_tempowiz_patch_array_tempo.png|thumb|500px|Default printed dipole probe-fed patch antenna array in EM.Tempo.]]
</td>
</tr>
<tr>
<td>
[[Image:wiz_print_dpl_picassowiz_patch_array_picasso.png|thumb|500px|Default printed dipole probe-fed patch antenna array in EM.Picasso.]]
</td>
</tr>
</table>
== Probe-Fed Patch Array Random City Wizard ==
ICON: [[File:patch_array iconrnd_city_icon.png]]
MENU: '''Tools → Antenna Propagation Wizards → Probe-Fed Patch ArrayRandom City'''
MODULE(S): [[EM.Tempo]], [[EM.PicassoTerrano]]
FUNCTION: Creates the parameterized geometry of a probe-fed rectangular patch antenna array 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.   PYTHON COMMAND(S): emag_random_city(city_size,n_buildings,rotate_bldg,semi_random,building_base_min,building_base_max,building_height_min,building_height_max,er,sig)  RANDOM CITY 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" | city_size| real numeric| meter| 250| total dimensions of the square city area|-! scope="row" | n_buildings| integer numeric| -| 25 | total number of buildings|-! scope="row" | rotate_bldg| Boolean| -| False| sets the rotation angles of each building as random variables |-! scope="row" | semi_random| Boolean| -| True| if false, the the locations, orientations and extents of the buildings change randomly all the time |-! scope="row" | building_base_min| real numeric| meter| 10| minimum dimension of the base of the individual buildings|-! scope="row" | building_base_max| real numeric| meter| 20| maximum dimension of the base of the individual buildings|-! scope="row" | building_height_min| real numeric| meter| 5| minimum height of the individual buildings|-! scope="row" | building_height_max| real numeric| meter| 20| maximum height of the individual buildings|-! scope="row" | er| real numeric| -| 4.4| relative permittivity of building walls|-! scope="row" | sig| real numeric| S/m| 1e-3| conductivity of building walls|} <table><tr><td>[[Image:wiz_random_city1.png|thumb|500px|Default random city propagation scene in EM.Terrano.]]</td></tr><tr><td>[[Image:wiz_random_city1_rot.png|thumb|500px|Default random city propagation scene in EM.Terrano with random building orientations.]]</td></tr></table> == Rectangular Waveguide Wizard == ICON: [[File:wg1p icon.png]]  MENU: '''Tools → Transmission Line Wizards → Rectangular Waveguide''' MODULE(S): [[EM.Tempo]] FUNCTION: Creates the parameterized geometry of a rectangular waveguide segment slightly above the cutoff at the center frequency of the project NOTES, SPECIAL CASES OR EXCEPTIONS: This wizard creates a one-port open-ended rectangular waveguide segment in [[EM.Tempo]]. The width of the patch antenna waveguide is fed 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(wg_len,port_offset)  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 | 1| length of the waveguide segment |-! scope="row" | port_offset| real numeric| meters | 0.075 | distance between port plane and the first open end of the waveguide |} <table><tr><td>[[Image:wiz_wg_tempo.png|thumb|500px|Default rectangular waveguide segment with a lumped source on a short vertical PEC lineshorted end wall in EM. In 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 patch antenna is fed by geometry of a probe source on a short vertical PEC via. In both modulesSierpinski triangle fractal in the project workspace NOTES, SPECIAL CASES OR EXCEPTIONS: A dialog asks you to enter values for the dimensions key size and number of fractal levels. The wizard creates the square patch are Sierpinski triangle as a large set equal of smaller triangles, which cannot be modified using variables afterwards. You may want to 0group the set of all the triangles as a single composite object.47 times   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 effective dielectric wavelengthlargest (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> == Slot Antenna Array Wizard == ICON: [[File:slot_array_icon.png]]  MENU: '''Tools → Antenna Wizards → Slot Antenna Array''' MODULE(S): [[EM.Tempo]], which can be changed[[EM. Picasso]] FUNCTION: Creates the parameterized geometry of a slot antenna array in the project workspace NOTES, SPECIAL CASES OR EXCEPTIONS: In [[EM.Tempo]], the total dimensions wizard creates an array of slot antennas excited by lumped sources on short lines across the substrate are slots. In [[EM.Picasso]], the wizard creates a slot antenna array on a slot trace fed by a magnetic gap (current) sources. The length of each slot is set equal to 1.2 times a half the overall dimensions of all the units cellseffective wavelength, which can be changed, too.
PYTHON COMMAND(S):
emag_patch_array_tempoemag_slot_array_tempo(h,er,feed_ratioslot_wid,feed_offset,nx,ny,spacing_lambdaspacing_x_lambda,spacing_y_lambda)
emag_patch_array_picassoemag_slot_array_picasso(h,er,feed_ratioslot_wid,feed_radfeed_offset,nx,ny,spacing_lambdaspacing_x_lambda,spacing_y_lambda)
PATCH SLOT ANTENNA ARRAY WIZARD PARAMETERS
{| border="0"
|-
| substrate relative permittivity
|-
! scope="row" | feed_ratioslot_wid
| real numeric
| -meter| 0.4005| ratio width of location of probe to half patch length xf/(a/2) the slot
|-
! scope="row" | feed_radfeed_offset
| real numeric
| -meter| 0.00250| radius distance of probe via (only in [[EMfeed from center of the slot - can be positive or negative|-! scope="row" | sub_size| real numeric| meter| 0.Picasso]]) 2| dimensions of the square substrate & ground
|-
! scope="row" | nx
| number of elements along Y
|-
! scope="row" | spacing_lambdaspacing_x_lambda
| real numeric
| -
| 0.5
| element spacing along X normalized to free-space wavelength|-! scope="row" | spacing_y_lambda| real numeric| -| 0.5| element spacing along Y normalized to free-space wavelength
|}
<table>
<tr>
<td>
[[Image:wiz_patch_array_tempowiz_slot_array_tempo.png|thumb|500px|Default probe-fed patch slot antenna array in EM.Tempo.]]
</td>
</tr>
<tr>
<td>
[[Image:wiz_patch_array_picassowiz_slot_array_picasso.png|thumb|500px|Default probe-fed patch slot antenna array in EM.Picasso.]]
</td>
</tr>
</table>
== Microstrip-Fed Patch Slot Antenna Wizard ==
ICON: [[File:us_patch_iconslot_icon.png]]
MENU: '''Tools → Antenna Wizards → Microstrip-Fed Patch Linear Slot Antenna'''
MODULE(S): [[EM.Tempo]], [[EM.Picasso]]
FUNCTION: Creates the parameterized geometry of a microstrip-fed rectangular patch slot 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 wizard creates a slot antenna excited by a microstrip portlumped source on a short line across the slot. In [[EM.Picasso]], the feed line has wizard creates a slot antenna on a slot trace fed by a scattering wave portmagnetic gap (current) source. The total dimensions length of the square patch are slot is set equal to 0.5 times a half the effective dielectric wavelength, which can be changed.
PYTHON COMMAND(S):
emag_microstrip_fed_patch_tempoemag_slot_tempo(is_recess,h,er,z0,feed_len,recess_dep,recess_widslot_wid,sub_lensub_size,sub_widfeed_offset)
emag_microstrip_fed_patch_picassoemag_slot_picasso(is_recess,h,er,z0,feed_len,recess_depslot_wid,recess_widfeed_offset)
MICROSTRIP-FED PATCH SLOT ANTENNA WIZARD PARAMETERS
{| border="0"
|-
! 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
| 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_widslot_wid
| real numeric
| meter
| 0.005
| width of the recess gaps slot
|-
! scope="row" | sub_lenfeed_offset
| real numeric
| meter
| 0.30| substrate dimension along X (only in [[EM.Tempo]])distance of feed from center of the slot - can be positive or negative
|-
! scope="row" | sub_widsub_size
| real numeric
| meter
| 0.32| dimensions of the square substrate dimension along Y & ground (only in [[EM.Tempo]])
|}
<tr>
<td>
[[Image:wiz_us_patch_tempowiz_slot_tempo.png|thumb|500px|Default microstrip-fed patch slot antenna in EM.Tempo.]]
</td>
</tr>
<tr>
<td>
[[Image:wiz_us_patch_picassowiz_slot_picasso.png|thumb|500px|Default microstrip-fed patch slot 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>
== Linear Slot Solenoid Wizard ==
ICON: [[File:slot_iconsolenoid icon.png]]
MENU: '''Tools → Antenna Component Wizards → Linear SlotSolenoid'''
MODULE(S): [[Building_Geometrical_Constructions_in_CubeCAD | CubeCAD]], [[EM.IlluminaTempo]], [[EM.Ferma]], [[EM.Libera]]
FUNCTION: Creates the parameterized geometry of a narrow rectangular slot in solenoid with a ground planegeneralized super-quadratic cross section in the project workspace
NOTES, SPECIAL CASES OR EXCEPTIONS: This In [[EM.Ferma]], this wizard simply creates a linear slot in turns the solenoid into a ground plane using Boolean subtractionwire current source.
PYTHON COMMAND(S): emag_linear_slot(slot_len,slot_wid,metal_size)
emag_solenoid(major_rad,minor_rad,height,turns,order,step)
LINEAR SLOT emag_solenoid_ferma(major_rad,minor_rad,height,turns,order,step,current,wire_rad)Â Â SOLENOID WIZARD PARAMETERS
{| border="0"
|-
! scope="col"| Notes
|-
! scope="row" | slot_lenmajor_rad
| real numeric
| project units
| 1002 | length major radius of the slot super-quadratic cross section
|-
! scope="row" | slot_widminor_rad
| real numeric
| project units
| 102 | width minor radius of the slot super-quadratic cross section
|-
! scope="row" | metal_sizeheight
| real numeric
| project units| 20010 | dimensions total height of the square metal groundsolenoid |-! scope="row" | turns| integer numeric| - | 10 | total number of turns|-! scope="row" | order| integer numeric| - | 2 | order of the super-quadratic curve, N = 2 produces an ellipse|-! scope="row" | step| real numeric| - | 0.005 | increment in the interval [0, 2*pi] - determines the resolution of the curve |-! scope="row" | current| real numeric| Amp | 1| total current flowing through the solenoid (only in [[EM.Ferma]])|-! scope="row" | wire_rad| real numeric| project units | 0.0005 | radius of the solenoid wire (only in [[EM.Ferma]])
|}
<tr>
<td>
[[Image:wiz_slot_cadwiz_solenoid_cad.png|thumb|500px360px|Default linear slot solenoid in CubeCAD.]]</td></tr><tr><td>[[Image:wiz_solenoid_ferma.png|thumb|360px|Default solenoid in EM.Ferma.]]
</td>
</tr>
</table>
== Slot Antenna Stripline Wizard ==
ICON: [[File:slot_iconus1p icon.png]]
MENU: '''Tools → Antenna Transmission Line Wizards → Linear Slot AntennaStripline Line'''
MODULE(S): [[EM.Tempo]], [[EM.Picasso]], [[EM.Ferma]]
FUNCTION: Creates the parameterized geometry of a slot antenna 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 this wizard creates a slot antenna excited by a lumped source on a short one-port open-ended stripline transmission line across the slotsegment. In [[EM.PicassoFerma]], it sets up a 2D solution plane for quasi-static analysis of the wizard creates a slot antenna on a slot trace fed by a magnetic gap (current) sourcestripline transmission line. The length width of the slot stripline is set equal to a half determined based on the effective wavelength, which can specified characteristic impedance. It may be changedreplaced by a numeric value instead.
PYTHON COMMAND(S):
emag_slot_tempoemag_stripline_tempo(hht,erert,slot_widhb,sub_sizeerb,feed_offsetfeed_wid,cetner_len,sub_len,sub_wid)
emag_slot_picassoemag_stripline_picasso(hht,erert,slot_widhb,feed_offseterb,feed_wid,center_len)
emag_stripline_ferma(ht,ert,hb,erb,strip_wid,box_multiplier)
SLOT ANTENNA [[EM.Tempo|EM.TEMPO]] STRIPLINE WIZARD PARAMETERS
{| border="0"
|-
! scope="col"| Notes
|-
! 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" | slot_widhb
| real numeric
| metermeters | 0.0050015 | width of the slot bottom substrate height (thickness)
|-
! scope="row" | feed_offseterb
| real numeric
| meter- | 02.02 | distance of feed from center of the slot - can be positive or negativebottom substrate relative permittivity
|-
! scope="row" | sub_sizefeed_wid
| real numeric
| metermeters| 0.2002 | dimensions 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 center line segment |-! scope="row" | sub_len| real numeric| meters | 0.1 | length of the square substrate & ground |-! scope="row" | sub_wid| real numeric| meters | 0.05 | width of substrate|}Â [[EM.Picasso|EM.PICASSO]] STRIPLINE 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" | ht| real numeric| meters | 0.0015 | top substrate height (only in thickness) |-! scope="row" | ert | real numeric| - | 2.2 | top substrate relative permittivity |-! scope="row" | hb| real numeric| meters | 0.0015 | bottom substrate height (thickness) |-! scope="row" | erb | real numeric| - | 2.2 | bottom substrate relative permittivity |-! scope="row" | feed_wid| real numeric| meters| center_width | 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 center line segment |-! scope="row" | feed_len| real numeric| meters | 0.5 * center_len| length of feed line segment |}Â [[EM.TempoFerma|EM.FERMA]]STRIPLINE 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" | ht| real numeric| meters | 0.0015 | top substrate height (thickness)|-! scope="row" | ert | real numeric| - | 2.2 | top substrate relative permittivity |-! scope="row" | hb| real numeric| meters | 0.0015 | bottom substrate height (thickness) |-! scope="row" | erb | real numeric| - | 2.2 | bottom substrate relative permittivity |-! scope="row" | strip_wid| real numeric| meters| 0.002 | strip width |-! scope="row" | box_multiplier| real numeric| - | 10 | ratio of box width to strip width
|}
<tr>
<td>
[[Image:wiz_slot_tempoWiz strpln tempo.png|thumb|500px|Default slot antenna stripline line segment in EM.Tempo.]]
</td>
</tr>
<tr>
<td>
[[Image:wiz_slot_picassoWiz strpln picasso.png|thumb|500px|Default slot antenna stripline line segment in EM.Picasso.]]</td></tr><tr><td>[[Image:Wiz strpln ferma.png|thumb|500px|Default 2D stripline line in EM.Ferma.]]
</td>
</tr>
</table>
== Linear Slot Array Trihedral Reflector Wizard ==
ICON: [[File:slot_array_icontrihed icon.png]]
MENU: '''Tools → Antenna Component Wizards → Linear Slot ArrayTrihedral Reflector'''
MODULE(S): [[Building_Geometrical_Constructions_in_CubeCAD | CubeCAD]], [[EM.Tempo]], [[EM.Illumina]], [[EM.Ferma]], [[EM.Libera]]
FUNCTION: Creates the parameterized geometry of an array of narrow rectangular slots in a ground planeTrihedral corner reflector in the project workspace
NOTES, SPECIAL CASES OR EXCEPTIONS: This wizard simply creates an array The aperture diameter of linear slots in a ground plane using Boolean subtractionthe reflector is determined based on the focal and axial lengths of the primitive parabola.
PYTHON COMMAND(S): emag_linear_slot_arrayemag_trihedral_reflector(slot_len,slot_wid,nx,ny,spacing_x,spacing_yside)
LINEAR SLOT ARRAY TRIHEDRAL REFLECTOR WIZARD PARAMETERS
{| border="0"
|-
! scope="col"| Notes
|-
! scope="row" | slot_lenside
| real numeric
| project units
| 100
| length 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 → 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 slot 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"
|-
! scope| valign="rowtop" | slot_wid| real numeric| project units| 10| width of the slot
|-
! scope{| class="rowwikitable" | nx| integer numeric| -| 2 | number of elements along X
|-
! scope="rowcol" | nyParameter Name! scope="col"| integer numericValue Type! scope="col"| -Units! scope="col"| 2 Default Value! scope="col"| number of elements along Y Notes
|-
! scope="row" | spacing_xer
| real numeric
| -| 1502.2 | element spacing along Xrelative permittivity of the dielectric core
|-
! scope="row" | spacing_yz0
| real numeric
| Ohms | 50 | characteristic impedance | -! scope="row" | r_inner| real numeric| meters | 0.001 | radius of inner conductor |-! scope="row" | len| real numeric| meters | 1500.5 | element spacing along Ylength of the line segment
|}
<tr>
<td>
[[Image:wiz_slot_array_cadwiz_coax2p_tempo.png|thumb|500px|Default linear slot array two-port coaxial line segment in CubeCADEM.Tempo.]]
</td>
</tr>
</table>
== Slot Antenna Array Two-Port Coplanar Waveguide (CPW) Wizard ==
ICON: [[File:slot_array_iconcpw2p icon.png]]
MENU: '''Tools → Antenna Transmission Line Wizards → Slot Antenna ArrayTwo-Port Coplanar Waveguide'''
MODULE(S): [[EM.Tempo]], [[EM.Picasso]]
FUNCTION: Creates the parameterized geometry of a slot antenna array two-port coplanar waveguide segment on a single-layer dielectric substrate in the project workspace
NOTES, SPECIAL CASES OR EXCEPTIONS: In [[EM.Tempo]], the wizard creates an array of slot antennas excited by lumped sources on short lines across two ports are placed at the slots. In [[EM.Picasso]], the wizard creates a slot antenna array on a slot trace fed by a magnetic gap (current) sources. The length two edges of each slot is set equal to a half the effective wavelength, which can be changedsubstrate.
PYTHON COMMAND(S):
emag_slot_array_tempoemag_cpw_2port_tempo(h,er,slot_widcenter_wid,feed_offsetslot_wid,nxcenter_len,nysub_len,spacing_x_lambdasub_wid,spacing_y_lambdadraw_substrate)
emag_slot_array_picassoemag_cpw_2port_picasso(h,er,center_wid,slot_wid,feed_offset,nx,ny,spacing_x_lambda,spacing_y_lambdacenter_len)
SLOT ANTENNA ARRAY [[EM.Tempo|EM.TEMPO]] 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" | center_wid
| real numeric
| meters
| 0.002
| width of the center strip
|-
! scope="row" | slot_wid
| real numeric
| metermeters | 0.005002 | width of the slot slots
|-
! scope="row" | feed_offsetcenter_len
| real numeric
| metermeters | 0.005 | distance length of feed from center of the slot - can be positive or negativeline segment
|-
! scope="row" | sub_sizesub_len
| real numeric
| metermeters | 0.21 | dimensions length of the square substrate & ground
|-
! scope="row" | nxsub_wid| integer real numeric| -meters | 2 0.05 | number width of elements along X substrate
|-
! scope="row" | nydraw_substrate| integer numericBoolean
| -
| 2 True | number of elements along Y Adds substrate & ground plane|}Â [[EM.Picasso|EM.PICASSO]] TWO-PORT 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" | spacing_x_lambdah
| real numeric
| -meters | 0.50015 | element spacing along X normalized to free-space wavelengthsubstrate height (thickness)
|-
! scope="row" | spacing_y_lambdaer
| real numeric
| -| 2.2 | substrate relative permittivity |-! scope="row" | center_wid| real numeric| meters | 0.5002 | width of the center strip | element spacing along Y normalized to free-space wavelength! scope="row" | slot_wid| real numeric| meters | 0.002 | width of the slots |-! scope="row" | center_len| real numeric| meters | - | length of center line segment |-! scope="row" | feed_len| real numeric| meters | 0.5 * center_len | length of feed line segment
|}
<table>
<tr>
<td>
[[Image:wiz_slot_array_tempowiz_cpw2p_tempo.png|thumb|500px|Default slot antenna array two-port coplanar waveguide segment in EM.Tempo.]]
</td>
</tr>
<tr>
<td>
[[Image:wiz_slot_array_picassowiz_cpw2p_picasso.png|thumb|500px|Default slot antenna array two-port coplanar waveguide segment in EM.Picasso.]]
</td>
</tr>
</table>
== Random City Two-Port Microstrip Wizard ==
ICON: [[File:rnd_city_iconus2p icon.png]]
MENU: '''Tools → Propagation Transmission Line Wizards → Random CityTwo-Port Microstrip Line'''
MODULE(S): [[EM.TerranoTempo]], [[EM.Picasso]]
FUNCTION: Creates the parameterized geometry of a set two-port microstrip line segment of randomly located and randomly oriented buildings with random dimensions and impenetrable walls a specified characteristic impedance on a conductor-backed single-layer dielectric substrate 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 sizeIn [[EM. It can be used in two different ways. In the fully random modeTempo]], all the generated buildings two ports are assigned and always retain random parameter values. Every time you open placed at the Variables Dialog or open the same project, all two edges of the random variables get updated valuessubstrate. In The width of the semi-random mode, the buildings are initially generated microstrip lines is determined based on random parameter values, but these value are then fixed and locked for goodthe specified characteristic impedance. By default, It may be replaced by a half-wave vertical dipole transmitter is placed at the center of the scene and a grid of isotropic receivers cover the entire propagation scenenumeric value instead.
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)
emag_microstrip_2port_tempo(h,er,z0,cetner_len,sub_len,sub_wid,draw_substrate)
RANDOM CITY emag_microstrip_2port_picasso(h,er,z0,center_len,feed_len)Â Â [[EM.Tempo|EM.TEMPO]] TWO-PORT MICROSTRIP WIZARD PARAMETERS
{| border="0"
|-
! scope="col"| Notes
|-
! scope="row" | city_sizeh
| real numeric
| metermeters | 2500.0015 | total dimensions of the square city areasubstrate height (thickness)
|-
! scope="row" | n_buildingser | integer real numeric| -| 25 2.2 | total number of buildingssubstrate relative permittivity
|-
! scope="row" | add_TxRxz0| Booleanreal numeric| -Ohms | True 50 | adds a default transmitter at the origin of coordinates and a grid of receivers characteristic impedance
|-
! scope="row" | rotate_bldgcenter_len| Booleanreal numeric| -meters | False0.05 | sets the rotation angles length of each building as random variables center line segment
|-
! scope="row" | semi_randomsub_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
| -
| FalseTrue | if true, the buildings are initially generated via random variables, but their parameters are locked afterwards Adds substrate & ground plane|}Â [[EM.Picasso|EM.PICASSO]] TWO-PORT MICROSTRIP WIZARD PARAMETERS{| border="0"
|-
! scope| valign="rowtop" | building_base_min| real numeric| meter| 10| minimum dimension of the base of the individual buildings
|-
! scope{| class="rowwikitable" | building_base_max| real numeric| meter| 20| maximum dimension of the base of the individual buildings
|-
! scope="rowcol" | building_height_minParameter Name! scope="col"| real numericValue Type! scope="col"| meterUnits! scope="col"| 5Default Value! scope="col"| minimum height of the individual buildingsNotes
|-
! scope="row" | building_height_maxh
| real numeric
| metermeters | 200.0015 | maximum substrate height of the individual buildings(thickness)
|-
! scope="row" | er
| real numeric
| -| 42.42 | substrate relative permittivity of building walls
|-
! scope="row" | sigz0
| real numeric
| S/mOhms | 1e-350 | conductivity of building wallscharacteristic impedance
|-
! scope="row" | tx_hcenter_len
| real numeric
| metermeters | 100.05 | height length of the default transmittercenter line segment
|-
! scope="row" | rx_hfeed_len
| real numeric
| metermeters | 10.5 * center_len | height length of the default receivers|-! scope="row" | rx_spacing| real numeric| meter| 5| spacing among the individual receiversfeed line
|}
<tr>
<td>
[[Image:wiz_random_citywiz_us2p_tempo.png|thumb|500px|Default random city propagation scene two-port microstrip line segment in EM.TerranoTempo.]]
</td>
</tr>
<tr>
<td>
[[Image:wiz_random_city_rotwiz_us2p_picasso.png|thumb|500px|Default random city propagation scene two-port microstrip line segment in EM.Terrano with random building orientationsPicasso.]]
</td>
</tr>
</table>
== Office Building Two-Port Rectangular Waveguide Wizard ==
ICON: [[File:office_iconwg2p icon.png]]
MENU: '''Tools → Propagation Transmission Line Wizards → Office BuildingTwo-Port Rectangular Waveguide'''
MODULE(S): [[EM.TerranoTempo]]
FUNCTION: Creates the parameterized geometry of a multitwo-story office building with penetrable walls in port rectangular waveguide segment slightly above the cutoff at the center frequency of the project workspace
NOTES, SPECIAL CASES OR EXCEPTIONS: This wizard creates an office building with multiple floor and rows The width of rooms separated 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 hallwaysarbitrary numeric values.
PYTHON COMMAND(S): emag_office_buildingemag_rect_waveguide_2port(room_lenwg_len,room_widfeed_len,room_height,hallway_width,nx,ny,nz,er,sig,wall_thicknessport_offset)
OFFICE BUILDING TWO-PORT WAVEGUIDE WIZARD PARAMETERS
{| border="0"
|-
! scope="col"| Notes
|-
! scope="row" | room_lenwg_len
| real numeric
| metermeters | 60.5 | length of individual roomsthe middle waveguide segment
|-
! scope="row" | room_widfeed_len
| real numeric
| metermeters | 80.25 | width length of individual roomsthe feed waveguide segments
|-
! scope="row" | room_heightport_offset
| real numeric
| meter| 4| height of individual rooms|-! scope="row" | hallway_wid| real numeric| meter| 2| width of interior hallways|-! scope="row" | nx| integer numeric| -| 5 | number of rooms along X|-! scope="row" | ny| integer numeric| -| 3 | number of rooms along Y|-! scope="row" | nz| integer numeric| -| 2 | number of floors (number of rooms along Z)|-! scope="row" | er| real numeric| -| 4.4| relative permittivity of building walls|-! scope="row" | sig| real numeric| S/m| 1e-3| conductivity of building walls|-! scope="row" | wall_thickness| real numeric| metermeters | 0.2515 | thickness distance between port planes and the open ends of the individual wallswaveguide
|}
<tr>
<td>
[[Image:wiz_officewiz_wg2p_tempo.png|thumb|500px|Default office building scene two-port rectangular waveguide segment in EM.Terrano Tempo with its rooms the two open-end feed sections in the freeze state.]]
</td>
</tr>
</table>
== Mountainous Terrain Two-Port Stripline Wizard ==
ICON: [[File:mountain_iconus2p icon.png]]
MENU: '''Tools → Propagation Transmission Line Wizards → Mountainous TerrainTwo-Port Stripline'''
MODULE(S): [[EM.TerranoTempo]], [[EM.Picasso]]
FUNCTION: Creates the parameterized geometry of a mountainous terrain with two-port stripline segment of a random rough surface specified characteristic impedance on a conductor-backed single-layer dielectric substrate in the project workspace
NOTES, SPECIAL CASES OR EXCEPTIONS: This wizard creates a mountainous terrain using a surface object generated with a bi-cubic spline profileIn [[EM.Tempo]], the two ports are placed at the two edges of the substrate. The surface width of the Stripline is then roughened determined based on the specified statisticscharacteristic impedance. This wizard can It may be used to create either a mountain range with three peaks or replaced by a single-peak mountainnumeric value instead.
PYTHON COMMAND(S): emag_mountain(is_range,area_size,height,height_diff,radius,spacing,elevation,res,rms_height,correl_len)
emag_stripline_2port_tempo(ht,ert,hb,erb,feed_wid,cetner_len,sub_len,sub_wid)
MOUNTAINOUS TERRAIN emag_stripline_2port_picasso(ht,ert,hb,erb,feed_wid,center_len)Â Â [[EM.Tempo|EM.TEMPO]] TWO-PORT STRIPLINE WIZARD PARAMETERS
{| border="0"
|-
! scope="col"| Notes
|-
! scope="row" | is_rangeht| Booleanreal numeric| -meters | True 0.0015 | if true, creates a mountain range with three peaks, otherwise, creates a single peak top substrate height (thickness)
|-
! scope="row" | area_sizeert
| real numeric
| meter- | 2002.2 | dimensions of the square terrain surfacetop substrate relative permittivity
|-
! scope="row" | heighthb
| real numeric
| metermeters | 2000.0015 | bottom substrate height of the mountain(thickness)
|-
! scope="row" | height_differb
| real numeric
| meter- | 402.2 | difference between the heights of the center peak and the two lateral peaks in the case of a mountain rangebottom substrate relative permittivity
|-
! scope="row" | radiusfeed_wid
| real numeric
| metermeters| 500.002 | radius width of the bi-cubic spline surface profilefeed line segment
|-
! scope="row" | spacingcenter_wid
| real numeric
| metermeters| 70feed_wid| spacing between the center peak and the two lateral peaks in the case width of a mountain rangecenter line segment
|-
! scope="row" | elevationcenter_len
| real numeric
| metermeters | 10.03 | base elevation length of whole terrain surface center line segment
|-
! scope="row" | ressub_len
| real numeric
| metermeters | 50.1 | resolution length of terrain surface substrate
|-
! scope="row" | rms_heightsub_wid
| real numeric
| metermeters | 10.05 | RMS height width of the random rough surface substrate |}Â [[EM.Picasso|EM.PICASSO]] TWO-PORT STRIPLINE 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" | correl_lenht
| real numeric
| metermeters | 50.0015 | top substrate height (thickness) |-! scope="row" | ert| real numeric| - | 2.2 | top substrate relative permittivity |-! scope="row" | hb| real numeric| meters | 0.0015 | bottom substrate height (thickness) |-! scope="row" | erb| real numeric| - | 2.2 | bottom substrate relative permittivity |-! scope="row" | feed_wid| real numeric| meters| 0.002 | width of feed line segment |-! scope="row" | center_wid| real numeric| meters| feed_wid| width of center line segment |-! scope="row" | center_len| real numeric| meters | 0.03 | correlation length of the random rough surface center line segment |-! scope="row" | feed_len| real numeric| meters | 0.5 * center_len | length of feed line segment
|}
<tr>
<td>
[[Image:wiz_mountainWiz strpln2p tempo.png|thumb|500px|Default mountainous terrain two-port stripline segment in EM.TerranoTempo.]]</td></tr><tr><td>[[Image:Wiz strpln2p picasso.png|thumb|500px|Default two-port stripline segment in EM.Picasso.]]
</td>
</tr>
</table>
== Plateau Terrain Yagi-Uda Array Wizard ==
ICON: [[File:plateau_iconyagi icon.png]]
MENU: '''Tools → Propagation Antenna Wizards → Plateau TerrainYagi-Uda Dipole Array'''
MODULE(S): [[EM.TerranoLibera]]
FUNCTION: Creates the parameterized geometry of a plateau terrain with a random rough surface Yagi-Uda wire dipole array in the project workspace
NOTES, SPECIAL CASES OR EXCEPTIONS: This wizard creates a plateau terrain using a surface object generated with a bi-sigmoid profile. The surface is then roughened based on the specified statisticsdipole elements are all thin wires.
PYTHON COMMAND(S): emag_plateauemag_yagi(area_sizeexcite_len_lambda,heightreflect_len_lambda,slopereflect_spacing_lambda,elevationdirect_len_lambda,resdirect_spacing_lambda,rms_heightn_direct,correl_lenwire_rad_lambda)
PLATEAU TERRAIN YAGI WIZARD PARAMETERS
{| border="0"
|-
! scope="col"| Notes
|-
! scope="row" | area_sizeexcite_len_lambda
| real numeric
| meter-| 2000.47 | dimensions length of the square terrain surfaceexciter dipole normalized to free-space wavelength
|-
! scope="row" | heightreflect_len_lambda
| real numeric
| meter-| 100.5 | height length of the hillreflector dipole normalized to free-space wavelength
|-
! scope="row" | slopereflect_spacingn_lambda
| real numeric
| meter-| 0.125 | slope of the bispacing between reflector and exciter dipoles normalized to free-sigmoid surface profilespace wavelength
|-
! scope="row" | elevationdirect_len_lambda
| real numeric
| meter-| 0.5406 | base elevation length of whole terrain surface director dipoles normalized to free-space wavelength
|-
! scope="row" | resdirect_spacing_lambda
| real numeric
| meter-| 100.34 | resolution of terrain surface spacing between director dipoles normalized to free-space wavelength
|-
! scope="row" | rms_heightn_direct| real integer numeric| meter-| 0.5| RMS height number of the random rough surface director dipole elements along X
|-
! scope="row" | correl_lenwire_rad_lambda
| real numeric
| meter-| 100.003 | correlation length of the random rough surface wire radius normalized to free-space wavelength
|}
<tr>
<td>
[[Image:wiz_plateauwiz_yagi.png|thumb|500px|Default plateau terrain thin wire Yagi-Uda dipole array in EM.TerranoLibera.]]
</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]]'''