Skip to content

Commit

Permalink
FIX: Example Q2D_Armoured_Cable
Browse files Browse the repository at this point in the history
Update example following ansys/pyaedt#4580
  • Loading branch information
SMoraisAnsys committed May 3, 2024
1 parent 6998b05 commit 168f6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/05-Q3D/Q2D_Armoured_Cable.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
# ## Assign design settings

lumped_length = "100m"
q2d_des_settings = q2d.design_settings()
q2d_des_settings = q2d.design_settings
q2d_des_settings["LumpedLength"] = lumped_length
q2d.change_design_settings(q2d_des_settings)

Expand Down

0 comments on commit 168f6c9

Please sign in to comment.