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:
 OslCommunicationErrorRaised when an error occurs while communicating with server.
OslCommandErrorRaised when the command or query fails.
TimeoutErrorRaised when the timeout float value expires.