We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dimensions and sample number of U,W and V in hfss.insert_near_field_box does not change and always uses the default values of 20 and 21
try this
hfss.insert_near_field_box(u_length="50mm", u_samples=101, v_length=10.01, v_samples=21, w_length=20, w_samples=21, units='mm', name="box4")
I already tried string and float and always the box is created with default values
Windows
3.10
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 clr-loader==0.2.6 contourpy==1.3.1 cycler==0.12.1 defusedxml==0.7.1 executing==2.1.0 fonttools==4.55.0 fpdf2==2.8.1 idna==3.10 jsonschema==4.23.0 jsonschema-specifications==2024.10.1 kiwisolver==1.4.7 matplotlib==3.9.2 numpy==1.26.4 packaging==24.2 pandas==2.2.3 pillow==11.0.0 platformdirs==4.3.6 plumbum==1.9.0 pooch==1.8.2 psutil==6.1.0 pyaedt==0.11.6 pycparser==2.22 pydantic==2.9.2 pydantic_core==2.23.4 pyedb==0.31.0 pyparsing==3.2.0 python-dateutil==2.9.0.post0 pytomlpp==1.0.13 pytz==2024.2 pyvista==0.44.2 pywin32==308 PyYAML==6.0.2 referencing==0.35.1 requests==2.32.3 rpds-py==0.21.0 rpyc==6.0.1 Rtree==1.3.0 scikit-rf==1.4.1 scipy==1.14.1 scooby==0.10.0 six==1.16.0 toml==0.10.2 typing_extensions==4.12.2 tzdata==2024.2 urllib3==2.2.3 varname==0.13.5 vtk==9.3.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Before submitting the issue
Description of the bug
dimensions and sample number of U,W and V in hfss.insert_near_field_box does not change and always uses the default values of 20 and 21
Steps To Reproduce
try this
hfss.insert_near_field_box(u_length="50mm", u_samples=101, v_length=10.01, v_samples=21, w_length=20, w_samples=21, units='mm', name="box4")
I already tried string and float and always the box is created with default values
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
clr-loader==0.2.6
contourpy==1.3.1
cycler==0.12.1
defusedxml==0.7.1
executing==2.1.0
fonttools==4.55.0
fpdf2==2.8.1
idna==3.10
jsonschema==4.23.0
jsonschema-specifications==2024.10.1
kiwisolver==1.4.7
matplotlib==3.9.2
numpy==1.26.4
packaging==24.2
pandas==2.2.3
pillow==11.0.0
platformdirs==4.3.6
plumbum==1.9.0
pooch==1.8.2
psutil==6.1.0
pyaedt==0.11.6
pycparser==2.22
pydantic==2.9.2
pydantic_core==2.23.4
pyedb==0.31.0
pyparsing==3.2.0
python-dateutil==2.9.0.post0
pytomlpp==1.0.13
pytz==2024.2
pyvista==0.44.2
pywin32==308
PyYAML==6.0.2
referencing==0.35.1
requests==2.32.3
rpds-py==0.21.0
rpyc==6.0.1
Rtree==1.3.0
scikit-rf==1.4.1
scipy==1.14.1
scooby==0.10.0
six==1.16.0
toml==0.10.2
typing_extensions==4.12.2
tzdata==2024.2
urllib3==2.2.3
varname==0.13.5
vtk==9.3.1
The text was updated successfully, but these errors were encountered: