RockyClient#
- class ansys.rocky.core.client.RockyClient(pyro_uri: str)#
Provides the client object for interacting with the Rocky/Freeflow app.
A separate Pyro proxy is created for each thread that accesses
api. Proxies are automatically released when their owning thread exits or when the client itself is closed/garbage collected.- Parameters:
- pyro_uri
str URI of the Pyro5 proxy object that connects to the Rocky app.
- pyro_uri
Overview#
Import detail#
from ansys.rocky.core.client import RockyClient
Property detail#
- property RockyClient.api: ansys.rocky.app.rocky_api_application.RockyApiApplication#