unassign_placeholder#

TcpOslServer.unassign_placeholder(actor_uid: str, property_name: str) None#

Unassign a placeholder from an actor property.

Note

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

Parameters:
actor_uidstr

Unique identifying actor of the object.

property_namestr

Name of the actor property to unassign placeholder 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.