coplanar_waveguide#

classmethod SubstrateDataBlock.coplanar_waveguide(app, dielectric_height: str = '1mm', dielectric_constant: float = 2.2, loss_tangent: float = 0.0, cover_height: str = '25mm', roughness: str = '', metal_material: str = 'copper', metal_thickness: str = '0.7mil', cover_metal_material: str = '', cover_metal_thickness: str = '', name: str | None = None) SubstrateDataBlock#

Create and push a coplanar waveguide (CPW) substrate (Type 4) to AEDT.

Parameters:
appansys.aedt.core.circuit.Circuit

Circuit application instance.

dielectric_heightstr, optional

Dielectric layer height with units. The default is "1mm".

dielectric_constantfloat, optional

Relative permittivity (εr). The default is 2.2.

loss_tangentfloat, optional

Dielectric loss tangent. The default is 0.0.

cover_heightstr, optional

Height to the metallic cover with units. The default is "25mm".

roughnessstr, optional

Conductor roughness with units. The default is "".

metal_materialstr, optional

Strip conductor material. The default is "copper".

metal_thicknessstr, optional

Strip conductor thickness with units. The default is "0.7mil".

cover_metal_materialstr, optional

Cover conductor material. The default is "".

cover_metal_thicknessstr, optional

Cover conductor thickness with units. The default is "".

namestr, optional

Substrate name. A unique name is generated when None.

Returns:
SubstrateDataBlock