UdsSettings#
- class ansys.platform.instancemanagement.UdsSettings(socket_path: str | None = None, socket_directory: str | None = None, socket_identifier: str | None = None)#
Unix Domain Socket connection settings.
Provide either a full
socket_pathor thesocket_directory/socket_identifierpair, but not both. If neither is set, the server falls back to its own default resolution.Methods
Attributes