Changes

Jump to: navigation, search

Glossary of EM.Cube's Wizards

2,559 bytes added, 19:30, 5 August 2016
FUNCTION: Creates the parameterized geometry of a slot-coupled rectangular patch antenna in the project workspace
NOTES, SPECIAL CASES OR EXCEPTIONS: This wizard creates a substrate with two dielectric layers, which are separated by a PEC ground plane hosting a coupling slot. The upper layer hosts a rectangular patch antenna. The bottom layer hosts a microstrip feed line with an open stub, which is extended past the slot location. The total dimensions of the square patch are set equal to 0.5 47 times the effective dielectric wavelength, which can be changed. The length of the open stub beyond the slot location is set equal to a quarter guide wavelength, which can be changed, too.
MICROSTRIPSLOT-FED COUPLED PATCH WIZARD PARAMETERS
{| border="0"
|-
| 0.3
| substrate dimension along Y (only in [[EM.Tempo]])
|}
 
== Linear Slot Wizard ==
 
ICON: [[File:slot_icon.png]]
 
MENU: '''Tools → Antenna Wizards → Linear Slot'''
 
MODULE(S): [[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
| length of the slot
|-
! scope="row" | metal_size
| real numeric
| project units
| 200
| dimensions of the square metal ground
|}
 
== Slot Antenna Wizard ==
 
ICON: [[File:slot_icon.png]]
 
MENU: '''Tools → Antenna Wizards → Linear Slot Antenna'''
 
MODULE(S): [[EM.Tempo]], [[EM.Picasso]]
 
FUNCTION: Creates the parameterized geometry of a slot antenna in a ground plane
 
NOTES, SPECIAL CASES OR EXCEPTIONS: In [[EM.Tempo]], the wizard creates a slot antenna excited by a lumped source on a short line across the slot. In [[EM.Picasso]], the wizard creates a slot antenna on a slot trace fed by a magnetic gap (current) source. The length of the slot is set equal to a half the effective dielectric wavelength, which can be changed.
 
 
PYTHON COMMAND(S):
 
emag_slot_tempo(h,er,slot_wid,sub_size,feed_offset)
 
emag_slot_picasso(h,er,slot_wid,feed_offset)
 
 
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" | h
| real numeric
| meter
| 0.0015
| substrate thickness (height)
|-
! scope="row" | er
| real numeric
| -
| 2.2
| substrate relative permittivity
|-
! scope="row" | slot_wid
| real numeric
| meter
| 0.005
| length of the slot
|-
! scope="row" | feed_offset
| real numeric
| meter
| 0.0
| distance of feed from center of the slot - can be positive or negative
|-
! scope="row" | sub_size
| real numeric
| meter
| 0.2
| dimensions of the square substrate & ground
|}
28,333
edits