<td>
[[Image:wiz_solenoid_ferma.png|thumb|360px|Default solenoid in EM.Ferma.]]
</td>
</tr>
</table>
Â
== Stripline Wizard ==
Â
ICON: [[File:us1p icon.png]]
Â
MENU: '''Tools → Transmission Line Wizards → Stripline Line'''
Â
MODULE(S): [[EM.Tempo]], [[EM.Picasso]], [[EM.Ferma]]
Â
FUNCTION: Creates the parameterized geometry of a 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]] and [[EM.Picasso]], this wizard creates a one-port open-ended stripline transmission line segment. In [[EM.Ferma]], it sets up a 2D solution plane for quasi-static analysis of the stripline transmission line. 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_tempo(h,er,z0,strip_len,feed_len,sub_len,sub_wid,draw_substrate)
Â
emag_stripline_picasso(h,er,z0,strip_len,feed_len)
Â
emag_stripline_ferma(h,er,z0,box_multiplier,draw_substrate)
Â
Â
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 (only in [[EM.Tempo]] & [[EM.Picasso]])
|-
! scope="row" | feed_len
| real numeric
| meters
| -
| length of feed line (only in [[EM.Tempo]])
|-
! scope="row" | sub_len
| real numeric
| meters
| -
| length of substrate (only in [[EM.Tempo]] & [[EM.Ferma]])
|-
! scope="row" | sub_wid
| real numeric
| meters
| -
| width of substrate (only in [[EM.Tempo]] & [[EM.Ferma]])
|-
! scope="row" | draw_substrate
| Boolean
| -
| True
| Adds substrate & ground plane
|}
Â
<table>
<tr>
<td>
[[Image:wiz_us_tempo.png|thumb|500px|Default stripline line segment in EM.Tempo.]]
</td>
</tr>
<tr>
<td>
[[Image:wiz_us_picasso.png|thumb|500px|Default stripline line segment in EM.Picasso.]]
</td>
</tr>
<tr>
<td>
[[Image:wiz_us_ferma.png|thumb|500px|Default 2D stripline line in EM.Ferma.]]
</td>
</tr>