CancellableFutureResult.result
- CancellableFutureResult.result(timeout=None)[source]
Return the feedback value returned by the instruction.
If the instruction has not yet returned feedback, it will wait up to
timeout
seconds. If thetimeout
expires, the method will raise an exception.