Difference between revisions of "Glossary of EM.Cube's Wizards"
Kazem Sabet (Talk | contribs) |
Kazem Sabet (Talk | contribs) |
||
Line 27: | Line 27: | ||
emag_microstrip_ferma(h,er,z0,box_multiplier,draw_substrate) | emag_microstrip_ferma(h,er,z0,box_multiplier,draw_substrate) | ||
+ | |||
+ | == Coplanar Waveguide (CPW) Wizard == | ||
+ | |||
+ | ICON: [[File:cpw1p icon.png]] | ||
+ | |||
+ | MENU: '''Tools → Transmission Line Wizards → Coplanar Waveguide''' | ||
+ | |||
+ | MODULE(S): [[EM.Tempo]], [[EM.Picasso]], [[EM.Ferma]] | ||
+ | |||
+ | FUNCTION: Draws the geometry of a coplanar waveguide segment on a single-layer dielectric substrate | ||
+ | |||
+ | TO TRANSLATE AN OBJECT SELECTION: | ||
+ | |||
+ | # Activate the '''Translate Tool'''. | ||
+ | # Click on the object(s) you want to translate one by one and press the '''Enter Key''' when done. | ||
+ | # Next, you have to establish the translation vector. Left-click on a point in the project workspace to specify the start of the vector. | ||
+ | # Drag the mouse to draw a ghost of the translation vector in the desired direction. Left-click a second point to specify the end of the vector. | ||
+ | # The object selection is translated by the specified vector. | ||
+ | # A dialog pops up on the lower right corner of the screen where you can fine-tune or modify the translation vector before finalizing the translate operation. | ||
+ | # Using the Translate Dialog, you can also simply type in the final destination coordinates for the object selection. | ||
+ | |||
+ | |||
+ | 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) |
Revision as of 22:36, 3 August 2016
Microstrip Wizard
MENU: Tools → Transmission Line Wizards → Microstrip Line
MODULE(S): EM.Tempo, EM.Picasso, EM.Ferma
FUNCTION: Draws the geometry of a microstrip line segment on a conductor-backed single-layer dielectric substrate
TO TRANSLATE AN OBJECT SELECTION:
- Activate the Translate Tool.
- Click on the object(s) you want to translate one by one and press the Enter Key when done.
- Next, you have to establish the translation vector. Left-click on a point in the project workspace to specify the start of the vector.
- Drag the mouse to draw a ghost of the translation vector in the desired direction. Left-click a second point to specify the end of the vector.
- The object selection is translated by the specified vector.
- A dialog pops up on the lower right corner of the screen where you can fine-tune or modify the translation vector before finalizing the translate operation.
- Using the Translate Dialog, you can also simply type in the final destination coordinates for the object selection.
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)
Coplanar Waveguide (CPW) Wizard
MENU: Tools → Transmission Line Wizards → Coplanar Waveguide
MODULE(S): EM.Tempo, EM.Picasso, EM.Ferma
FUNCTION: Draws the geometry of a coplanar waveguide segment on a single-layer dielectric substrate
TO TRANSLATE AN OBJECT SELECTION:
- Activate the Translate Tool.
- Click on the object(s) you want to translate one by one and press the Enter Key when done.
- Next, you have to establish the translation vector. Left-click on a point in the project workspace to specify the start of the vector.
- Drag the mouse to draw a ghost of the translation vector in the desired direction. Left-click a second point to specify the end of the vector.
- The object selection is translated by the specified vector.
- A dialog pops up on the lower right corner of the screen where you can fine-tune or modify the translation vector before finalizing the translate operation.
- Using the Translate Dialog, you can also simply type in the final destination coordinates for the object selection.
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)