pymapdl
pymapdl copied to clipboard
VEC command can take 'values' of 1-5 but only 4 are shown as allowed. And command only takes up to val4.
🤓 Before submitting the issue
- [X] I have visited the Troubleshooting section.
- [X] I have searched among the existing issues.
- [X] I am using a Python virtual environment.
- [X] I am using the latest version of PyMAPDL and its dependencies (fully updated virtual environment). You can update them using
pip install --upgrade --upgrade-strategy eager ansys-mapdl-corein your activated virtual environment.
🔍 Description of the bug
VEC command can take 'values' of 1-5 but only 4 are shown as allowed. And command only takes up to val4. MAPDL documentation is wrong as well and have filed bug for it.
https://mapdl.docs.pyansys.com/version/0.68/mapdl_commands/apdl/_autosummary/ansys.mapdl.core.Mapdl.vec.html
https://ansyshelp.ansys.com/public/account/secured?returnurl=/Views/Secured/corp/v242/en/ans_cmd/Hlp_C_VEC.html
🕵️ Steps To Reproduce
N/A
💻 Which Operating System are you using?
Windows
🐍 Which Python version are you using?
3.10
💾 Which MAPDL version are you using?
2024R1
📝 PyMAPDL Report
Show the Report!
# PASTE HERE THE OUTPUT OF `python -c "from ansys.mapdl import core as pymapdl; print(pymapdl.Report())"` here
📝 Installed packages
Show the installed packages!
# PASTE HERE THE OUTPUT OF `python -m pip freeze` here
📝 Logger output file
Show the logger output file.
# PASTE HERE THE CONTENT OF THE LOGGER OUTPUT FILE.