ansys.rocky.core.client
#
Module that defines the RockyClient
class, which acts as a proxy for a Rocky
application session.
Module Contents#
Classes#
Provides the client object for interacting with the Rocky app. |
Functions#
|
Connect to a Rocky app instance. |
Attributes#
- ansys.rocky.core.client.connect_to_rocky(host: str = 'localhost', port: int = DEFAULT_SERVER_PORT) RockyClient #
Connect to a Rocky app instance.
- Parameters:
- Returns:
RockyClient
Client object for interacting with the Rocky app.
- class ansys.rocky.core.client.RockyClient(rocky_api)#
Provides the client object for interacting with the Rocky app.
- Parameters:
- rocky_api
Pyro5.api.Proxy
Pyro5 proxy object for interacting with the Rocky app.
- rocky_api
- property api: ansys.rocky.core._api_stubs.rocky30.plugins.api.rocky_api_application.RockyApiApplication#
- close()#