assign_placeholder#

abstractmethod ProxySolverNode.assign_placeholder(property_name: str, placeholder_id: str) None#

Assign a placeholder to a node property.

Note

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

Parameters:
property_namestr

Name of the node property to assign placeholder to.

placeholder_idstr

ID of the placeholder to assign.

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.