rectangular_waveguide#
- classmethod SubstrateDataBlock.rectangular_waveguide(app, num_layers: int = 1, roughness: str = '', metal_material: str = 'copper', metal_thickness: str = '0.7mil', name: str | None = None) SubstrateDataBlock#
Create and push a rectangular waveguide substrate (Type 9) to AEDT.
- Parameters:
- app
ansys.aedt.core.circuit.Circuit Circuit application instance.
- num_layers
int,optional Number of dielectric layers in the stack. The default is
1.- 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: