set_actor_state_property# ansys.optislang.core.server_commands.set_actor_state_property(actor_uid: str, name: str, value: str, password: str | None = None) → str# Generate JSON string of set actor state property command. Parameters: actor_uid: strActor uid entry. name: strProperty name. value: strValue. passwordstr, optPassword. Returns: strJSON string of set actor state property command.