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.
![AEDT_create_PCB_1](https://private-user-images.githubusercontent.com/39006661/263713979-5886fd97-c9b1-4854-b468-fc3b810bb398.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNDM2MDMsIm5iZiI6MTczOTM0MzMwMywicGF0aCI6Ii8zOTAwNjY2MS8yNjM3MTM5NzktNTg4NmZkOTctYzliMS00ODU0LWI0NjgtZmMzYjgxMGJiMzk4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDA2NTUwM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTA0OWQwNTNmN2IzOGJjOGNjMThiMWFlOTFkZWFiNTcxN2MxYzA3MThhNTJjYjRlYjIxNDc4ODkzNmZlZGRhY2QmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.h0-lNjlfgKhWBJd1B1viJ4wWhr9_PDM7-AAzbrmyF0w)
![AEDT_create_PCB_2](https://private-user-images.githubusercontent.com/39006661/263714005-1a9e5571-72c7-47ed-8bdd-bcdbca3c98f3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNDM2MDMsIm5iZiI6MTczOTM0MzMwMywicGF0aCI6Ii8zOTAwNjY2MS8yNjM3MTQwMDUtMWE5ZTU1NzEtNzJjNy00N2VkLThiZGQtYmNkYmNhM2M5OGYzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDA2NTUwM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFiMTFkOTg4NWYzYzQ0MzVmYzFlODQ5NGMzZmJjNzQxNGUzMjBmYzBkZjVkNjczMzdjNWVjNWM4MmM5MGZmZmEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.gxPn26eI1Fd5R6EW-j7pnmbCrLRTfHHB1vgXasqdSbQ)
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