Skip to content

Commit

Permalink
Fixed spelling error in RBW factor setting.
Browse files Browse the repository at this point in the history
Previous, test_76_emi_receiver RBW and RBW Factor testing values added
  • Loading branch information
cmesibov committed Jan 20, 2025
1 parent 7f5d87f commit b2e1629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/aedt/core/visualization/report/emi.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Check warning on line 118 in src/ansys/aedt/core/visualization/report/emi.py

View check run for this annotation

Codecov / codecov/patch

src/ansys/aedt/core/visualization/report/emi.py#L118

Added line #L118 was not covered by tests

@rbw_factor.setter
def rbw_factor(self, value):
Expand Down

0 comments on commit b2e1629

Please sign in to comment.