set_actor_setting# ansys.optislang.core.tcp.server_commands.set_actor_setting(actor_uid: str, name: str, value: str, password: str | None = None) → str# Generate JSON string of set actor setting command. Parameters: actor_uid: strActor uid entry. name: strProperty name. value: strValue. passwordOptional[str], optionalPassword, by default None. Returns: strJSON string of set actor setting command.