How to set radiations using Icepak.create_pcb_from_3dlayout() or Icepak.create_ipk_3dcomponent_pcb() ? #3479
Replies: 3 comments
-
@lorenzovecchietti Could you please check this discussion? Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Samuel, the option was added in this PR #3788. I mentioned this discussion in the PR, but I see now that the behavior here is different from the issues tab. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In AEDT GUI, there are radiation setting when creating a PCB. Users can switch on radiations on the both sides in the first dialog and set surface materials and "radiate to" in the second dialog.
But in PyAEDT, the function Icepak.create_pcb_from_3dlayout() can't achieve this. It seems that the function Icepak.create_ipk_3dcomponent_pcb() can only set whether there is radiation on the both sides.
Are the radiation settings already implemented in the functions and how can I use them?
What's the difference between these two functions?
Beta Was this translation helpful? Give feedback.
All reactions