get_placeholder_ids#

TcpOslServer.get_placeholder_ids() List[str]#

Get list of all placeholder IDs in the project.

Note

Method is supported for Ansys optiSLang version >= 26.1 only.

Returns:
List[str]

List of placeholder IDs.

Raises:
OslCommunicationError

Raised when an error occurs while communicating with server.

OslCommandError

Raised when the command or query fails.

TimeoutError

Raised when the timeout float value expires.