You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some MAPDL commands are not defined in the generated module (pyconverter-generatedcommand) but are well defined outside of it when adding it to the PyMAPDL package.
It is the case with FILE: it is not defined in _commands (= generated module) but it in mapdl-grpc.py.
Adding an option in the configuration to add "manual" references in the _commands submodule would fix this issue: