Changes

Glossary of EM.Cube's Wizards

2,008 bytes added, 22:12, 13 May 2017
/* Two-Port Rectangular Waveguide Wizard */
<td>
[[Image:wiz_wg2p_tempo.png|thumb|500px|Default two-port rectangular waveguide segment in EM.Tempo with the two open-end feed sections in the freeze state.]]
</td>
</tr>
</table>
 
== Two-Port Stripline Wizard ==
 
ICON: [[File:us2p icon.png]]
 
MENU: '''Tools &rarr; Transmission Line Wizards &rarr; Two-Port Stripline'''
 
MODULE(S): [[EM.Tempo]], [[EM.Picasso]]
 
FUNCTION: Creates the parameterized geometry of a two-port stripline segment of a specified characteristic impedance on a conductor-backed single-layer dielectric substrate in the project workspace
 
NOTES, SPECIAL CASES OR EXCEPTIONS: In [[EM.Tempo]], the two ports are placed at the two edges of the substrate. The width of the Stripline is determined based on the specified characteristic impedance. It may be replaced by a numeric value instead.
 
 
PYTHON COMMAND(S):
 
emag_stripline_2port_tempo(h,er,z0,strip_len,sub_len,sub_wid,draw_substrate)
 
emag_stripline_2port_picasso(h,er,z0,strip_len,feed_len)
 
 
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" | 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" | strip_len
| real numeric
| meters
| -
| length of the line segment
|-
! scope="row" | feed_len
| real numeric
| meters
| -
| length of feed line (only in [[EM.Picasso]])
|-
! scope="row" | sub_len
| real numeric
| meters
| -
| length of substrate (only in [[EM.Tempo]])
|-
! scope="row" | sub_wid
| real numeric
| meters
| -
| width of substrate (only in [[EM.Tempo]])
|-
! scope="row" | draw_substrate
| Boolean
| -
| True
| Adds substrate & ground plane
|}
 
<table>
<tr>
<td>
[[Image:Wiz strpln2p tempo.png|thumb|500px|Default two-port stripline segment in EM.Tempo.]]
</td>
</tr>
<tr>
<td>
[[Image:wiz_us2p_picasso.png|thumb|500px|Default two-port stripline segment in EM.Picasso.]]
</td>
</tr>
28,333
edits