From b2e1629c1876411cb25accf0309599547ba4cfe7 Mon Sep 17 00:00:00 2001 From: Chris Mesibov Date: Mon, 20 Jan 2025 09:35:08 -0500 Subject: [PATCH] Fixed spelling error in RBW factor setting. Previous, test_76_emi_receiver RBW and RBW Factor testing values added --- src/ansys/aedt/core/visualization/report/emi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):