Note

This is the documentation for the current state of the development branch of Qiskit Experiments. The documentation or APIs here can change prior to being released.

ExperimentData.block_for_results

ExperimentData.block_for_results(timeout=None)[source]

Block until all pending jobs and analysis callbacks finish.

Parameters:

timeout (Optional[float]) – Timeout in seconds for waiting for results.

Return type:

ExperimentData

Returns:

The experiment data with finished jobs and post-processing.