Difference between revisions of "Glossary of EM.Cube's Wizards"

From Emagtech Wiki
Jump to: navigation, search
(Coplanar Waveguide (CPW) Wizard)
Line 8: Line 8:
  
 
FUNCTION: Creates the parameterized geometry of a microstrip line segment on a conductor-backed single-layer dielectric substrate in the project workspace
 
FUNCTION: Creates the parameterized geometry of a microstrip line segment 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. 
  
  
Line 35: Line 37:
 
| real numeric
 
| real numeric
 
| project units  
 
| project units  
| -
+
| 0.0015
 
| substrate height (thickness)  
 
| substrate height (thickness)  
 
|-
 
|-
Line 41: Line 43:
 
| real numeric
 
| real numeric
 
| -  
 
| -  
| -
+
| 2.2
 
| substrate relative permittivity  
 
| substrate relative permittivity  
 
|-
 
|-
Line 54: Line 56:
 
| meters  
 
| meters  
 
| -  
 
| -  
| length of line segment (only in [[EM.Tempo]] & [[EM.Picasso]])  
+
| length of the line segment (only in [[EM.Tempo]] & [[EM.Picasso]])  
 
|-
 
|-
 
! scope="row" | feed_len
 
! scope="row" | feed_len
Line 66: Line 68:
 
| meters  
 
| meters  
 
| -  
 
| -  
| length of substrate (only in [[EM.Tempo]])
+
| length of substrate (only in [[EM.Tempo]] & [[EM.Ferma]])
 
|-
 
|-
 
! scope="row" | sub_wid
 
! scope="row" | sub_wid
Line 72: Line 74:
 
| meters  
 
| meters  
 
| -  
 
| -  
| width of substrate (only in [[EM.Tempo]])
+
| width of substrate (only in [[EM.Tempo]] & [[EM.Ferma]])
 
|-
 
|-
 
! scope="row" | draw_substrate
 
! scope="row" | draw_substrate
Line 90: Line 92:
  
 
FUNCTION: Creates the parameterized geometry of a coplanar waveguide segment on a single-layer dielectric substrate in the project workspace
 
FUNCTION: Creates the parameterized geometry of a coplanar waveguide segment on a 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 CPW transmission line segment. In [[EM.Ferma]], it sets up a 2D solution plane for quasi-static analysis of the CPW transmission line. 
  
  
Line 117: Line 121:
 
| real numeric
 
| real numeric
 
| project units  
 
| project units  
| -
+
| 0.0015
 
| substrate height (thickness)  
 
| substrate height (thickness)  
 
|-
 
|-
Line 123: Line 127:
 
| real numeric
 
| real numeric
 
| -  
 
| -  
| -
+
| 2.2
 
| substrate relative permittivity  
 
| substrate relative permittivity  
 
|-
 
|-
Line 129: Line 133:
 
| real numeric
 
| real numeric
 
| meters  
 
| meters  
| 50
+
| 0.002
| characteristic impedance
+
| width of the center strip 
 
|-
 
|-
 
! scope="row" | slot_wid
 
! scope="row" | slot_wid
 
| real numeric
 
| real numeric
 
| meters  
 
| meters  
| -
+
| 0.002
| length of line segment (only in [[EM.Tempo]] & [[EM.Picasso]])
+
| width of the slots
 
|-
 
|-
 
! scope="row" | strip_len
 
! scope="row" | strip_len
Line 142: Line 146:
 
| meters  
 
| meters  
 
| -  
 
| -  
| length of line segment (only in [[EM.Tempo]] & [[EM.Picasso]])  
+
| length of the line segment (only in [[EM.Tempo]] & [[EM.Picasso]])  
 
|-
 
|-
 
! scope="row" | sub_len
 
! scope="row" | sub_len
Line 148: Line 152:
 
| meters  
 
| meters  
 
| -  
 
| -  
| length of substrate (only in [[EM.Tempo]])
+
| length of substrate (only in [[EM.Tempo]] & [[EM.Ferma]])
 
|-
 
|-
 
! scope="row" | sub_wid
 
! scope="row" | sub_wid
Line 154: Line 158:
 
| meters  
 
| meters  
 
| -  
 
| -  
| width of substrate (only in [[EM.Tempo]])
+
| width of substrate (only in [[EM.Tempo]] & [[EM.Ferma]])
 
|-
 
|-
 
! scope="row" | draw_substrate
 
! scope="row" | draw_substrate

Revision as of 15:10, 4 August 2016

Microstrip Wizard

ICON: Us1p icon.png

MENU: Tools → Transmission Line Wizards → Microstrip Line

MODULE(S): EM.Tempo, EM.Picasso, EM.Ferma

FUNCTION: Creates the parameterized geometry of a microstrip line segment 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.


PYTHON COMMAND(S):

emag_microstrip_tempo(h,er,z0,strip_len,feed_len,sub_len,sub_wid,draw_substrate)

emag_microstrip_picasso(h,er,z0,strip_len,feed_len)

emag_microstrip_ferma(h,er,z0,box_multiplier,draw_substrate)


MICROSTRIP WIZARD PARAMETERS

Parameter Name Value Type Units Default Value Notes
h real numeric project units 0.0015 substrate height (thickness)
er real numeric - 2.2 substrate relative permittivity
z0 real numeric Ohms 50 characteristic impedance
strip_len real numeric meters - length of the line segment (only in EM.Tempo & EM.Picasso)
feed_len real numeric meters - length of feed line (only in EM.Tempo)
sub_len real numeric meters - length of substrate (only in EM.Tempo & EM.Ferma)
sub_wid real numeric meters - width of substrate (only in EM.Tempo & EM.Ferma)
draw_substrate Boolean - True Adds substrate & ground plane

Coplanar Waveguide (CPW) Wizard

ICON: Cpw1p icon.png

MENU: Tools → Transmission Line Wizards → Coplanar Waveguide

MODULE(S): EM.Tempo, EM.Picasso, EM.Ferma

FUNCTION: Creates the parameterized geometry of a coplanar waveguide segment on a 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 CPW transmission line segment. In EM.Ferma, it sets up a 2D solution plane for quasi-static analysis of the CPW transmission line.


PYTHON COMMAND(S):

emag_cpw_tempo(h,er,strip_wid,slot_wid,strip_len,sub_len,sub_wid,draw_substrate)

emag_cpw_picasso(h,er,w,s,ls,lf)

emag_cpw_ferma(h,er,s,w,box_multiplier,draw_substrate)


MICROSTRIP WIZARD PARAMETERS

Parameter Name Value Type Units Default Value Notes
h real numeric project units 0.0015 substrate height (thickness)
er real numeric - 2.2 substrate relative permittivity
strip_wid real numeric meters 0.002 width of the center strip
slot_wid real numeric meters 0.002 width of the slots
strip_len real numeric meters - length of the line segment (only in EM.Tempo & EM.Picasso)
sub_len real numeric meters - length of substrate (only in EM.Tempo & EM.Ferma)
sub_wid real numeric meters - width of substrate (only in EM.Tempo & EM.Ferma)
draw_substrate Boolean - True Adds substrate & ground plane