get_placeholder_ids#

abstractmethod Project.get_placeholder_ids() List[str]#

Get IDs of all placeholders 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.