<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 ==
== Basic Link Wizard ==
ICON: [[File:rnd_city_iconBasic link icon.png]]
MENU: '''Tools → Propagation Wizards → Basic Link'''
| 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
|}
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
| meters
| 0.1
| length of substrate (only in [[EM.Tempo]] & [[EM.Ferma]])
|-
! scope="row" | sub_wid
| meters
| 0.05
| width of substrate (only in |-! scope="row" | draw_substrate| Boolean| -| True | Adds substrate & ground plane|}Â [[EM.TempoPicasso|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 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" | 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
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]] & [[EM.Picasso|EM.PICASSO]] MICROSTRIP WIZARD PARAMETERS
{| border="0"
|-
| meters
| 0.03
| length of the center line segment |-! scope="row" | feed_len| real numeric| meters | 0.035 | length of feed line (only in [[EM.Tempo]])
|-
! scope="row" | sub_len
| meters
| 0.1
| length of substrate (only in [[EM.Tempo]])
|-
! scope="row" | sub_wid
| meters
| 0.05
| width of substrate (only in [[EM.Tempo]])
|-
! scope="row" | draw_substrate
| 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
| -
| 2.2
| substrate relative permittivity
|-
! scope="row" | z0
| 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
|}
| substrate relative permittivity
|-
! scope="row" | wstrip_wid
| real numeric
| meters
| 2
| strip width of microstrip line
|-
! scope="row" | box_multiplier
<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>
| 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
|}
PYTHON COMMAND(S):
emag_stripline_tempo(ht,ert,hb,erb,strip_widfeed_wid,cetner_len,sub_len,sub_wid)
emag_stripline_picasso(hht,erert,z0hb,strip_lenerb,feed_lenfeed_wid,center_len)
emag_stripline_ferma(hht,erert,z0hb,box_multipliererb,draw_substratestrip_wid,box_multiplier)
[[EM.Tempo|EM.TEMPO]] & [[EM.Picasso|EM.PICASSO]] STRIPLINE WIZARD PARAMETERS
{| border="0"
|-
| bottom substrate relative permittivity
|-
! scope="row" | center_widfeed_wid
| real numeric
| meters
| 0.002
| width of center feed strip segment
|-
! scope="row" | feed_widcenter_wid
| real numeric
| meters
| center_width feed_wid| width of feed center strip segment
|-
! scope="row" | center_len
| meters
| 0.03
| length of the center line segment | -
! scope="row" | sub_len
| real numeric
| meters
| 0.1
| length of substrate (only in [[EM.Tempo]])
|-
! scope="row" | sub_wid
| meters
| 0.05
| width of substrate (only in |}Â [[EM.TempoPicasso|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 (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
|}
| real numeric
| meters
| - 0.5 | length of the line segment (only in [[EM.Tempo]])
|}
PYTHON COMMAND(S):
emag_cpw_2port_tempo(h,er,strip_widcenter_wid,slot_wid,strip_lencenter_len,sub_len,sub_wid,draw_substrate)
emag_cpw_2port_picasso(h,er,wcenter_wid,sslot_wid,ls,lfcenter_len)
[[EM.Tempo|EM.TEMPO]] TWO-PORT 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
|-
! 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
| True
| 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" | 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 the center strip
|-
! 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
|}
PYTHON COMMAND(S):
emag_microstrip_2port_tempo(h,er,z0,strip_lencetner_len,sub_len,sub_wid,draw_substrate)
emag_microstrip_2port_picasso(h,er,z0,strip_lencenter_len,feed_len)
[[EM.Tempo|EM.TEMPO]] TWO-PORT MICROSTRIP WIZARD PARAMETERS
{| border="0"
|-
| characteristic impedance
|-
! scope="row" | strip_lencenter_len
| real numeric
| meters
| - 0.05 | 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
| True
| Adds substrate & ground plane
|}
Â
[[EM.Picasso|EM.PICASSO]] TWO-PORT 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" | z0
| real numeric
| Ohms
| 50
| characteristic impedance
|-
! 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
|}
| real numeric
| meters
| - 0.5
| length of the middle waveguide segment
|-
| real numeric
| meters
| - 0.25
| length of the feed waveguide segments
|-
| real numeric
| meters
| - 0.15
| distance between port planes and the open ends of the waveguide
|}
PYTHON COMMAND(S):
emag_stripline_2port_tempo(hht,erert,z0hb,strip_lenerb,feed_wid,cetner_len,sub_len,sub_wid,draw_substrate)
emag_stripline_2port_picasso(hht,erert,z0hb,strip_lenerb,feed_lenfeed_wid,center_len)
[[EM.Tempo|EM.TEMPO]] TWO-PORT 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 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 | 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
|}
Â
[[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" | ht
| real numeric
| meters
| 0.0015
| top substrate height (thickness)
|-
! scope="row" | ert
| real numeric
| -
| width of substrate (only in [[EM2.Tempo]])2 | top substrate relative permittivity
|-
! scope="row" | draw_substratehb| Booleanreal numeric| meters | 0.0015 | bottom substrate height (thickness) | -! scope="row" | True erb| Adds real numeric| - | 2.2 | bottom substrate & ground planerelative 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 | length of center line segment |-! scope="row" | feed_len| real numeric| meters | 0.5 * center_len | length of feed line segment
|}