MODULE(S): [[EM.Terrano]]
FUNCTION: Creates a set of randomly located and randomly oriented buildings with random dimensions and impenetrable walls in the project workspace
NOTES, SPECIAL CASES OR EXCEPTIONS: This wizard creates an array of pyramidal horn antennas fed by rectangular waveguides with a TE10 modal excitation. The larger dimension of each feeding waveguide is set slightly larger than half its cutoff wavelength for the dominant TE10 mode. The aspect ratio of each waveguide's cross section is 2:1. Its length is set to half the free-space wavelength. All of these dimensions can be replaced by arbitrary numeric values. The horn aperture dimensions and its overall length are calculated based on the specified antenna gain. All of these dimensions can be changed, too.
| 5
| spacing among the individual receivers
|}
Â
== Office Building Wizard ==
Â
ICON: [[File:office_icon.png]]
Â
MENU: '''Tools → Propagation Wizards → Office Building'''
Â
MODULE(S): [[EM.Terrano]]
Â
FUNCTION: Creates a multi-story office building with penetrable walls in the project workspace
Â
NOTES, SPECIAL CASES OR EXCEPTIONS: This wizard creates an array of pyramidal horn antennas fed by rectangular waveguides with a TE10 modal excitation. The larger dimension of each feeding waveguide is set slightly larger than half its cutoff wavelength for the dominant TE10 mode. The aspect ratio of each waveguide's cross section is 2:1. Its length is set to half the free-space wavelength. All of these dimensions can be replaced by arbitrary numeric values. The horn aperture dimensions and its overall length are calculated based on the specified antenna gain. All of these dimensions can be changed, too.
Â
Â
PYTHON COMMAND(S): emag_office_building(room_len,room_wid,room_height,hallway_width,nx,ny,nz,er,sig,wall_thickness)
Â
Â
CROSS SLOT ANTENNA 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" | room_len
| real numeric
| meter
| 6
| length of individual rooms
|-
! scope="row" | room_wid
| real numeric
| meter
| 8
| width of individual rooms
|-
! scope="row" | room_height
| 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
| meter
| 0.25
| thickness of the individual walls
|}