Changes

Glossary of EM.Cube's Wizards

2,397 bytes added, 03:48, 23 July 2018
<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:mountain_icon.png]]
 
MENU: '''Tools &rarr; Propagation Wizards &rarr; 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 nodal curve, i.e. a polyline or a NURBS curve, whose nodes define the base locations, (b) using an existing 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.
 
 
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" | is_range
| Boolean
| -
| True
| if true, creates a mountain range with three peaks, otherwise, creates a single peak
|-
! scope="row" | area_size
| real numeric
| meter
| 200
| dimensions of the square terrain surface
|-
! scope="row" | height
| real numeric
| meter
| 200
| height of the mountain
|-
! scope="row" | height_diff
| real numeric
| meter
| 40
| difference between the heights of the center peak and the two lateral peaks in the case of a mountain range
|-
! scope="row" | radius
| real numeric
| meter
| 50
| radius of the bi-cubic spline surface profile
|-
! scope="row" | spacing
| real numeric
| meter
| 70
| spacing between the center peak and the 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 random rough surface
|}
 
<table>
<tr>
<td>
[[Image:wiz_mountain.png|thumb|500px|Default mountainous terrain in EM.Terrano.]]
</td>
</tr>
28,333
edits