Skip to content

Commit

Permalink
New arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelopez-ansys committed Mar 10, 2025
1 parent 9e43c27 commit 6c39917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/low_frequency/team_problem/bath_plate.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
line_points = [["0mm", "-55mm", "0.5mm"], ["0mm", "55mm", "0.5mm"]]
m3d.modeler.create_polyline(points=line_points, name="Line_AB")
poly = m3d.modeler.create_polyline(points=line_points, name="Line_AB_MeshRefinement")
poly.set_crosssection_properties(type="Circle", width="0.5mm")
poly.set_crosssection_properties(section="Circle", width="0.5mm")

# ### Add Maxwell 3D setup
#
Expand All @@ -156,7 +156,7 @@
setup.props["HasSweepSetup"] = True
setup.props["MaximumPasses"] = 1
setup.add_eddy_current_sweep(
range_type="LinearStep", start=50, end=200, count=150, clear=True
sweep_type="LinearStep", start_frequency=50, stop_frequency=200, step_size=150, clear=True
)

# ### Adjust eddy effects
Expand Down

0 comments on commit 6c39917

Please sign in to comment.