Changes

Glossary of EM.Cube's Python Functions

0 bytes added, 03:11, 5 September 2016
/* EM.Cube's Design Python Functions */
!scope="col"| Notes
|-
| style="width:120px100px;" | microstrip_design(z0,er)
| style="width:150px;" | EMAG Python function
| style="width:250px;" | Returns the width-to-height ratio of a microstrip transmission line
| style="width:250px;" | z0: characteristic impedance in Ohms, er: substrate permittivity
|-
| style="width:120px100px;" | microstrip_z0(w,h,er)
| style="width:150px;" | EMAG Python function
| style="width:250px;" | Returns the characteristic impedance of a microstrip transmission line in Ohms
| style="width:250px;" | w: microstrip width, h: substrate height, er: substrate permittivity
|-
| style="width:120px100px;" | microstrip_eps_eff(w,h,er)
| style="width:150px;" | EMAG Python function
| style="width:250px;" | Returns the effective permittivity of a microstrip transmission line
| style="width:250px;" | w: microstrip width, h: substrate height, er: substrate permittivity
|-
| style="width:120px100px;" | microstrip_lambda_g(w,h,er,freq_hertz)
| style="width:150px;" | EMAG Python function
| style="width:250px;" | Returns the guide wavelength of a microstrip transmission line in meters
| style="width:250px;" | w: microstrip width, h: substrate height, er: substrate permittivity, freq_hertz: frequency in Hz
|-
| style="width:120px100px;" | cpw_design_w(z0,s,h,er)
| style="width:150px;" | EMAG Python function
| style="width:250px;" | Returns the slot width of a coplanar waveguide (CPW) transmission line
| style="width:250px;" | z0: characteristic impedance in Ohms, s: center strip width (or slot spacing), h: substrate height, er: substrate permittivity
|-
| style="width:120px100px;" | cpw_design_s(z0,w,h,er)
| style="width:150px;" | EMAG Python function
| style="width:250px;" | Returns the center strip width (or slot spacing) of a coplanar waveguide (CPW) transmission line
| style="width:250px;" | z0: characteristic impedance in Ohms, w: slot width, h: substrate height, er: substrate permittivity
|-
| style="width:120px100px;" | coaxial_design(z0,er)
| style="width:150px;" | EMAG Python function
| style="width:250px;" | Returns the ratio of radius of the outer conductor to the radius of the inner condutcor of a coaxial transmission line
| style="width:250px;" | z0: characteristic impedance in Ohms, er: core permittivity
|-
| style="width:120px100px;" | waveguide_design(er,freq_hertz)
| style="width:150px;" | EMAG Python function
| style="width:250px;" | Returns the minimum larger dimension in meter of the cross section of a hollow rectangular waveguide above cutoff
| style="width:250px;" | er: filling permittivity, freq_hertz: frequency in Hz
|-
| style="width:120px100px;" | horn_design_a(D0_dB,a_lambda,b_lambda)
| style="width:150px;" | EMAG Python function
| style="width:250px;" | Returns the wavelength-normalized larger dimension of the aperture of an optimal pyramidal horn antenna
| style="width:250px;" | D0_dB: directivity d, a_lambda: wavelength-normalized larger dimension of the feed waveguide, b_lambda: wavelength-normalized smaller dimension of the feed waveguide
|-
| style="width:120px100px;" | horn_design_b(D0_dB,a_lambda,b_lambda)
| style="width:150px;" | EMAG Python function
| style="width:250px;" | Returns the wavelength-normalized smaller dimension of the aperture of an optimal pyramidal horn antenna
| style="width:250px;" | D0_dB: directivity d, a_lambda: wavelength-normalized larger dimension of the feed waveguide, b_lambda: wavelength-normalized smaller dimension of the feed waveguide
|-
| style="width:120px100px;" | horn_design_l(D0_dB,a_lambda,b_lambda)
| style="width:150px;" | EMAG Python function
| style="width:250px;" | Returns the wavelength-normalized length of an optimal pyramidal horn antenna
28,333
edits