stripline#
- classmethod SubstrateDataBlock.stripline(app, dielectric_height: str = '1mm', dielectric_constant: float = 2.2, loss_tangent: float = 0.0, roughness: str = '', metal_material: str = 'copper', metal_thickness: str = '0.7mil', bottom_metal_material: str = '', bottom_metal_thickness: str = '', name: str | None = None) SubstrateDataBlock#
Create and push a stripline substrate (Type 1) to AEDT.
- Parameters:
- app
ansys.aedt.core.circuit.Circuit Circuit application instance.
- dielectric_height
str,optional Dielectric 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.- roughness
str,optional Conductor roughness with units. The default is
"".- metal_material
str,optional Top conductor material. The default is
"copper".- metal_thickness
str,optional Top conductor thickness with units. The default is
"0.7mil".- bottom_metal_material
str,optional Bottom conductor material. The default is
"".- bottom_metal_thickness
str,optional Bottom conductor thickness with units. The default is
"".- name
str,optional Substrate name. A unique name is generated when
None.
- app
- Returns: