DESCRIPTION: Consolidates a specified object.
Â
====cpw_design_s====
Â
SYNTAX: cpw_design_s({{ArgTypeReal}} z0, {{ArgTypeReal}} w, {{ArgTypeReal}} h, {{ArgTypeReal}} er)
Â
EXAMPLE: ''cpw_design_s(50,2,0.5,2.2)''
Â
DESCRIPTION: Computes and returns the center strip width (in meters) of a CPW transmission line of characteristic impedance z0 with slot width w, substrate height h and substrate relative permittivity er.
Â
====cpw_design_w====
Â
SYNTAX: cpw_design_w({{ArgTypeReal}} z0, {{ArgTypeReal}} s, {{ArgTypeReal}} h, {{ArgTypeReal}} er)
Â
EXAMPLE: ''cpw_design_w(50,1,0.5,2.2)''
Â
DESCRIPTION: Computes and returns the slot width (in meters) of a CPW transmission line of characteristic impedance z0 with center strip width s, substrate height h and substrate relative permittivity er.
====cpw_src====