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

Bug located in 'create_linear_step_sweep' on Q2D #5609

Open
2 tasks done
ngkazu opened this issue Dec 24, 2024 · 0 comments
Open
2 tasks done

Bug located in 'create_linear_step_sweep' on Q2D #5609

ngkazu opened this issue Dec 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ngkazu
Copy link

ngkazu commented Dec 24, 2024

Before submitting the issue

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

Description of the bug

An error occurs when specifying [sweep_type='Interpolating'] for 'create_linear_step_sweep' in Q2D

Steps To Reproduce

from ansys.aedt.core import Q2d
app= Q2d(project= ...)

setup= app.create_setup()
sweep= setup.create_linear_step_sweep(sweep_type='Interpolating')

Output on console:

PyAEDT ERROR: **************************************************************
PyAEDT ERROR:   File "<stdin>", line 1, in <module>
PyAEDT ERROR: AEDT API Error on update
PyAEDT ERROR: Last Electronics Desktop Message - [error] script macro error: solution setup 'mysetupauto', sweep 'sweep_3g4ad8': fields can not be saved for an interpolating sweep. (10:56:52 am  dec 24, 2024)

PyAEDT ERROR: **************************************************************
PyAEDT INFO: Linear step sweep Sweep_3G4AD8 has been correctly created

Which Operating System are you using?

Windows

Which Python version are you using?

3.11

Installed packages

aiohappyeyeballs==2.4.3
aiohttp==3.11.7
aiosignal==1.3.1
annotated-types==0.7.0
ansys-pythonnet==3.1.0rc4
ansys-tools-visualization-interface==0.5.0
attrs==24.2.0
blinker==1.8.2
blosc2==2.7.1
certifi==2024.8.30
cffi==1.17.1
cfgv==3.4.0
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
distlib==0.3.9
et-xmlfile==1.1.0
fast_simplification==0.1.7
filelock==3.16.1
fiona==1.10.1
Flask==3.0.3
fonttools==4.54.1
fpdf2==2.8.1
frozenlist==1.5.0
geopandas==0.14.4
identify==2.6.2
idna==3.10
imageio==2.36.0
iniconfig==2.0.0
itsdangerous==2.2.0
Jinja2==3.1.4
joblib==1.4.2
jsonschema==4.23.0
jsonschema-specifications==2024.10.1
kiwisolver==1.4.7
markdown-it-py==3.0.0
MarkupSafe==3.0.2
matplotlib==3.9.2
mdurl==0.1.2
meshio==5.3.5
more-itertools==10.5.0
msgpack==1.1.0
multidict==6.1.0
ndindex==1.9.2
networkx==3.3
nodeenv==1.9.1
numexpr==2.10.2
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
pre_commit==4.0.1
propcache==0.2.0
psutil==6.1.0
py-cpuinfo==9.0.0
pyaedt==0.13.0
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.3
rpds-py==0.20.0
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
tables==3.10.1
threadpoolctl==3.5.0
toml==0.10.2
tomli_w==1.1.0
trame==3.7.0
trame-client==3.5.0
trame-server==3.2.3
trame-vtk==2.8.12
trame-vuetify==2.7.2
typing_extensions==4.12.2
tzdata==2024.2
urllib3==2.2.3
utm==0.7.0
virtualenv==20.27.1
vtk==9.3.1
websockets==13.1
Werkzeug==3.0.5
wslink==2.2.1
yarl==1.18.0

@ngkazu ngkazu added the bug Something isn't working label Dec 24, 2024
@ngkazu ngkazu changed the title Bug located in 'create_linear_step_sweep' on Q2D/Q3D Bug located in 'create_linear_step_sweep' on Q2D Dec 24, 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