Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Circuit EMI receiver plotting function does not have a property for RBW and RBW Factor for 25R1 #5585

Open
2 tasks done
cmesibov opened this issue Dec 17, 2024 · 0 comments
Open
2 tasks done
Labels
bug Something isn't working

Comments

@cmesibov
Copy link
Contributor

Before submitting the issue

  • I have searched among the existing issues
  • I am using a Python virtual environment

Description of the bug

Aedt release 25R1, pyaedt for Circuit 2D reporting does not have a property for RBW and RBW Factor.

Here is a code snippet the works for 24R1 and 24R2:

emi_receiverPlot = circuitObj.post.reports_by_category.emi_receiver(emi_receiverList, solutionName)
emi_receiverPlot.emission = 'CE'
emi_receiverPlot.window = "Rectangular"
emi_receiverPlot.max_frequency = "108MHz"
emi_receiverPlot.time_start = "0ps"
emi_receiverPlot.time_stop = Cispr25CemiTransientSetup[1]
emi_receiverPlot.band = "4" # 150KHz - 108MHz
emi_receiverPlot.create(emi_receiverPlotName)
emi_receiverPlot.edit_x_axis_scaling(min_scale="150KHz", max_scale="108MHz")
emi_receiverPlot.edit_x_axis_scaling(linear_scaling=False)
emi_receiverPlot.edit_y_axis_scaling(linear_scaling=True, min_scale="-125", max_scale="100")

It needs the following to be added, for example:
emi_receiverPlot.RBW = "1" # 120KHz
emi_receiverPlot.RBW_Factor = "2" # 1.0

Steps To Reproduce

Function properties missing

Which Operating System are you using?

Windows

Which Python version are you using?

3.10

Installed packages

annotated-types==0.7.0
ansys-pythonnet==3.1.0rc4
attrs==24.2.0
certifi==2024.8.30
cffi==1.17.1
charset-normalizer==3.4.0
click==8.1.7
click-plugins==1.1.1
cligj==0.7.2
clr-loader==0.2.6
colorama==0.4.6
contourpy==1.3.0
cycler==0.12.1
defusedxml==0.7.1
docutils==0.21.2
-e git+https://github.com/ansys-internal/EMI_automation.git@4d5120c3c3cd15f74c1bff4ced8c594c7349fce6#egg=emi_utilities
et_xmlfile==2.0.0
exceptiongroup==1.2.2
fast_simplification==0.1.7
fiona==1.10.1
flit==3.10.1
flit_core==3.10.1
fonttools==4.54.1
fpdf2==2.8.1
geopandas==0.14.4
idna==3.10
imageio==2.36.0
iniconfig==2.0.0
joblib==1.4.2
jsonschema==4.23.0
jsonschema-specifications==2024.10.1
kiwisolver==1.4.7
markdown-it-py==3.0.0
matplotlib==3.9.2
mdurl==0.1.2
meshio==5.3.5
networkx==3.3
numpy==1.26.4
openpyxl==3.1.5
osmnx==1.9.4
packaging==24.1
pandas==2.2.3
pillow==11.0.0
platformdirs==4.3.6
pluggy==1.5.0
plumbum==1.9.0
pooch==1.8.2
psutil==6.1.0
pyaedt==0.11.2
pycparser==2.22
pydantic==2.9.2
pydantic_core==2.23.4
pyedb==0.31.0
Pygments==2.18.0
pyparsing==3.2.0
pyproj==3.7.0
pytest==8.3.3
python-dateutil==2.9.0.post0
pytomlpp==1.0.13
pytz==2024.2
pyvista==0.44.1
pywin32==308
PyYAML==6.0.2
referencing==0.35.1
requests==2.32.3
rich==13.9.4
rpds-py==0.20.1
rpyc==6.0.1
Rtree==1.3.0
scikit-learn==1.5.2
scikit-rf==1.3.0
scipy==1.14.1
scooby==0.10.0
shapely==2.0.6
six==1.16.0
SRTM.py==0.3.7
threadpoolctl==3.5.0
toml==0.10.2
tomli==2.0.2
tomli_w==1.1.0
typing_extensions==4.12.2
tzdata==2024.2
urllib3==2.2.3
utm==0.7.0
vtk==9.3.1

@cmesibov cmesibov added the bug Something isn't working label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant