set_actor_property#

ansys.optislang.core.tcp.server_commands.set_actor_property(actor_uid: str, name: str, value: str, password: str | None = None) str#

Generate JSON string of set_actor_property command.

Parameters:
actor_uid: str

Actor uid entry.

name: str

Property name.

value: str

Value.

passwordOptional[str], optional

Password, by default None.

Returns:
str

JSON string of set_actor_property command.