Skip to content

Commit

Permalink
Merge branch 'fix/generic_refactor' into fix/high_frequency/antenna
Browse files Browse the repository at this point in the history
  • Loading branch information
Devin-Crawford committed Mar 4, 2025
2 parents 4e67d82 + 0f1c2f5 commit bfb9da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/aedt_general/report/automatic_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
# The following code modifies the trace rendering prior to creating the report.

# +
props = ansys.aedt.core.general_methods.read_json(
props = ansys.aedt.core.generic.file_utils.read_json(
os.path.join(project_path, "Transient_CISPR_Custom.json")
)

Expand Down

0 comments on commit bfb9da5

Please sign in to comment.