unassign_placeholder#
- abstractmethod ParametricSystem.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_name
str
Name of the node property to remove placeholder assignment from.
- property_name
- 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.