unassign_placeholder#

abstractmethod RootSystem.unassign_placeholder(property_name: str) None#

Remove placeholder assignment from a node property.

Note

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

Parameters:
property_namestr

Name of the node property to remove placeholder assignment from.

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.