grounded_coplanar_waveguide#
- classmethod SubstrateDataBlock.grounded_coplanar_waveguide(app, dielectric_height: str = '1mm', dielectric_constant: float = 2.2, loss_tangent: float = 0.0, bottom_air_height: str = '5mm', top_air_height: str = '5mm', roughness: str = '', metal_material: str = 'copper', metal_thickness: str = '0.7mil', name: str | None = None) SubstrateDataBlock#
Create and push a grounded coplanar waveguide (GCPW) substrate (Type 5) to AEDT.
- Parameters:
- app
ansys.aedt.core.circuit.Circuit Circuit application instance.
- dielectric_height
str,optional Dielectric slab height with units. The default is
"1mm".- dielectric_constant
float,optional Relative permittivity (εr). The default is
2.2.- loss_tangent
float,optional Dielectric loss tangent. The default is
0.0.- bottom_air_height
str,optional Air gap below the dielectric slab with units. The default is
"5mm".- top_air_height
str,optional Air gap above the dielectric slab with units. The default is
"5mm".- roughness
str,optional Conductor roughness with units. The default is
"".- metal_material
str,optional Conductor material. The default is
"copper".- metal_thickness
str,optional Conductor thickness with units. The default is
"0.7mil".- name
str,optional Substrate name. A unique name is generated when
None.
- app
- Returns: