remove_placeholder#
- TcpOslServer.remove_placeholder(placeholder_id: str) None #
Remove a placeholder.
Note
Method is supported for Ansys optiSLang version >= 26.1 only.
- Parameters:
- placeholder_id
str
ID of the placeholder to remove.
- placeholder_id
- 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.