Changes

Glossary of EM.Cube's Wizards

2,728 bytes added, 15:39, 4 August 2016
MODULE(S): [[EM.Tempo]], [[EM.Picasso]], [[EM.Ferma]]
FUNCTION: Creates the parameterized geometry of a microstrip line segment of a specified characteristic impedance on a conductor-backed single-layer dielectric substrate in the project workspace
SPECIAL CASES OR EXCEPTIONS: In [[EM.Tempo]] and [[EM.Picasso]], this wizard creates a one-port open-ended microstrip transmission line segment. In [[EM.Ferma]], it sets up a 2D solution 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 instead.
MICROSTRIP CPW WIZARD PARAMETERS
{| border="0"
|-
| True
| Adds substrate & ground plane
|}
 
== Coaxial Wizard ==
 
ICON: [[File:coax1p icon.png]]
 
MENU: '''Tools → Transmission Line Wizards → Coaxial Line'''
 
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
 
SPECIAL CASES OR EXCEPTIONS: In [[EM.Tempo]], this wizard creates a one-port open-ended coaxial transmission line segment. In [[EM.Ferma]], it sets up a 2D solution plane for quasi-static analysis of the coaxial transmission line. The radius of the outer conductor is determined based on the specified characteristic impedance. It may be replaced by a numeric value instead.
 
 
PYTHON COMMAND(S):
 
emag_coax_2port_tempo(er,z0,r_inner,len)
 
emag_coax_ferma(er,z0,r_inner)
 
 
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" | er
| real numeric
| -
| 2.2
| substrate relative permittivity
|-
! scope="row" | z0
| 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
| -
| length of the line segment (only in [[EM.Tempo]])
|}
 
== 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
 
SPECIAL CASES OR EXCEPTIONS: This wizard creates a one-port open-ended rectangular waveguide segment in [[EM.Tempo]]. The width of 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 arbitrary numeric values.
 
 
PYTHON COMMAND(S):emag_rect_waveguide(wg_len,port_offset)
 
 
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" | wg_len
| real numeric
| meters
| -
| length of the waveguide segment
|-
! scope="row" | port_offset
| real numeric
| meters
| -
| distance between port plane and the first open end of the waveguide
|}
28,333
edits