Icepak Change Design Setting #4856
-
Hi, it seems that 'change_design_settings' or 'edit_design_settings' have no attributes yet. Is there a way to change the default Icepak design setting (in the attached figure), e.g., change the 'AmbientTemp' from '20cel' to '25cel', using the 'change_design_settings' method? |
Beta Was this translation helpful? Give feedback.
Answered by
lorenzovecchietti
Jul 4, 2024
Replies: 1 comment
-
Hi, you can use the design_settings object: You can interact with the object like a dictionary. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lorenzovecchietti
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, you can use the design_settings object:
ipk.design_settings["AmbTemp"]="25cel"
You can interact with the object like a dictionary.