diagnostics_report ================== .. py:module:: quantify_scheduler.helpers.diagnostics_report .. autoapi-nested-parse:: Helper functions for debugging experiments. Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: quantify_scheduler.helpers.diagnostics_report._generate_diagnostics_report .. py:function:: _generate_diagnostics_report(quantum_device: quantify_scheduler.device_under_test.quantum_device.QuantumDevice, gettable_config: Dict[str, Any], schedule: quantify_scheduler.Schedule, instrument_coordinator: quantify_scheduler.instrument_coordinator.instrument_coordinator.InstrumentCoordinator, initialized: bool, compiled_schedule: Union[quantify_scheduler.CompiledSchedule, None], acquisition_data: Union[Tuple[numpy.ndarray, Ellipsis], None], experiment_exception: Union[Union[Tuple[Type[BaseException], BaseException, types.TracebackType], Tuple[None, None, None]], None]) -> str Generate a report with the current state of an experiment for debugging. :returns: A path to the generated zipfile report.