Skip to content

Commit

Permalink
Add radiation option to create_pcb_from_3dlayout (#3788)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzovecchietti authored Oct 23, 2023
1 parent 3f4e9a5 commit d7f75fd
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pyaedt/icepak.py
Original file line number Diff line number Diff line change
Expand Up @@ -2278,6 +2278,7 @@ def create_pcb_from_3dlayout(
custom_x_resolution=None,
custom_y_resolution=None,
power_in=0,
rad="Nothing",
**kwargs # fmt: skip
):
"""Create a PCB component in Icepak that is linked to an HFSS 3DLayout object linking only to the geometry file.
Expand Down Expand Up @@ -2307,7 +2308,16 @@ def create_pcb_from_3dlayout(
custom_y_resolution : int, optional
The default is ``None``.
power_in : float, optional
Power in in Watt.
Power in Watt.
rad : str, optional
Radiating faces. Options are:
* ``"Nothing"``
* ``"Low"``
* ``"High"``
* ``"Both"``
The default is ``"Nothing"``.
Returns
-------
Expand Down

0 comments on commit d7f75fd

Please sign in to comment.