Skip to content

Commit cf45c60

Browse files
Apply suggestions from code review
Co-authored-by: Alex Kaszynski <[email protected]>
1 parent 0507134 commit cf45c60

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

examples/02-HFSS/Advanced_Far_Field.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ def ff_calc(x=0, y=0, qty="rETotal", dB=True):
184184
)
185185

186186
###############################################################################
187-
# Polar Plot
188-
# ~~~~~~~~~~~
187+
# Polar Plot
188+
# ~~~~~~~~~~
189189
vals.plot(math_formula="db20", is_polar=True)
190190

191191
###############################################################################

examples/02-HFSS/HFSS_Dipole.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
###############################################################################
121121
# Postprocessing
122122
# --------------
123-
# Create post processing variable and assign to new coordinate system .
123+
# Create post processing variable and assign to new coordinate system.
124124
# A post processing variable can be created directly from setter
125125
# using "post" prefix or with arbitrary name using set_variable method.
126126

examples/05-Q3D/Q2D_Example_CPWG.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142

143143
###############################################################################
144144
# Reference ground
145-
# ~~~~~~~~~~~~~~~~~
145+
# ~~~~~~~~~~~~~~~~
146146
obj = [q.modeler.get_object_from_name(i) for i in ["co_gnd_left", "co_gnd_right", "ref_gnd"]]
147147
q.assign_single_conductor(
148148
name="gnd", target_objects=obj, conductor_type="ReferenceGround", solve_option="SolveOnBoundary", unit="mm"

examples/06-Multiphysics/Hfss_Icepak_Coupling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
Multiphisics: HFSS-Icepack Multyphisics Analysis
3-
-------------------------------------------------
3+
------------------------------------------------
44
This example shows how to create a full project from scratch in HFSS and Icepak (linked to HFSS).
55
The project creates a setup, solves it, and creates post-processing output. It includes several
66
commands to show PyAEDT's capabilities.

0 commit comments

Comments
 (0)