From 6a81b16230ef48b22ced55fe6e4f0da78502595c Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 18 Jun 2016 18:56:28 +0800 Subject: [PATCH] doc: scan objects not supported on core device --- artiq/language/scan.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/artiq/language/scan.py b/artiq/language/scan.py index a60bebeb2..f248f6d8b 100644 --- a/artiq/language/scan.py +++ b/artiq/language/scan.py @@ -14,8 +14,6 @@ Iterating multiple times on the same scan object is possible, with the scan yielding the same values each time. Iterating concurrently on the same scan object (e.g. via nested loops) is also supported, and the iterators are independent from each other. - -Scan objects are supported both on the host and the core device. """ import random