update_trace_in_report#

Standard.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:
traceslist

List of traces to add.

setup_namestr, optional

Name of the setup. The default is None.

variationsdict, optional

Dictionary of variations. The default is None.

contextlist, optional

List of solution context.

Returns:
bool

True when successful, False when failed.