Mechanical#
Mechanical class-specific methods and attributes#
- class ansys.mechanical.core.mechanical.Mechanical(ip=None, port=None, timeout=60.0, loglevel='WARNING', log_file=False, log_mechanical=None, cleanup_on_exit=False, channel=None, remote_instance=None, keep_connection_alive=True, **kwargs)#
Connects to a gRPC Mechanical server and allows commands to be passed.
Clear the database. |
|
|
Download files from the working directory of the Mechanical instance. |
|
Download all project files in the working directory of the Mechanical instance. |
|
Exit Mechanical. |
List the files in the working directory of Mechanical. |
|
|
Log the message using the given log level. |
Get the project directory for the currently connected Mechanical instance. |
|
|
Run a Python script block inside Mechanical. |
|
Run the contents a python file inside Mechanical. |
|
Upload a file to the Mechanical instance. |
Get the Mechanical version based on the instance. |