get_placeholder#
- abstractmethod Project.get_placeholder(placeholder_id: str) PlaceholderInfo#
 Get placeholder information.
Note
Method is supported for Ansys optiSLang version >= 26.1 only.
- Parameters:
 - placeholder_id
str ID of the placeholder.
- placeholder_id
 - Returns:
 PlaceholderInfoNamed tuple containing placeholder information with separate fields for placeholder_id, user_level, type, description, range, value, and expression.
- Raises:
 OslCommunicationErrorRaised when an error occurs while communicating with server.
OslCommandErrorRaised when the command or query fails.
TimeoutErrorRaised when the timeout float value expires.