DirectLaunchConfig#
- class ansys.acp.core.DirectLaunchConfig(binary_path='', stdout_file='/dev/null', stderr_file='/dev/null', transport_mode='uds', uds_dir=None, certs_dir=None)#
Configuration options for launching ACP as a sub-process.
Methods
Attributes
Path to the ACP gRPC server executable.
Directory path for mTLS certificate files.
File in which the server stderr is stored.
File in which the server stdout is stored.
Specifies the gRPC transport mode to use.
Directory path for UDS socket files.