Skip to content

Commit 5e17306

Browse files
Fix farfield example
1 parent d75e759 commit 5e17306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/02-HFSS/HFSS_Dipole.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
# Generate 2D cutout plot. You can define the Theta scan
187187
# and Phi scan.
188188

189-
ffdata.plot_cut(
189+
ffdata.farfield_data.plot_cut(
190190
primary_sweep="theta",
191191
secondary_sweep_value=0,
192192
quantity="RealizedGain",

0 commit comments

Comments
 (0)