update_trace_in_report# EMIReceiver.update_trace_in_report(traces: list, setup_name: str = None, variations: dict | None = None, context: list | None = None) → bool# Update a trace in a specific report. Parameters: traceslistList of traces to add. setup_namestr, optionalName of the setup. The default is None. variationsdict, optionalDictionary of variations. The default is None. contextlist, optionalList of solution context. Returns: boolTrue when successful, False when failed.