diff --git a/src/ansys/aedt/core/visualization/report/emi.py b/src/ansys/aedt/core/visualization/report/emi.py index ab4acc3b747..f3558d58973 100644 --- a/src/ansys/aedt/core/visualization/report/emi.py +++ b/src/ansys/aedt/core/visualization/report/emi.py @@ -115,7 +115,7 @@ def rbw_factor(self): str RBW Factor setting. """ - return self._legacy_props["context"].get("RBW_factpr", None) + return self._legacy_props["context"].get("RBW_factor", None) @rbw_factor.setter def rbw_factor(self, value):