forked from M-Labs/artiq
doc: scan objects not supported on core device
This commit is contained in:
parent
cc28b596b3
commit
6a81b16230
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue