Skip to content

What to do with CPUs

Examples

cpu1.py (ANSL)

this simple example just reads out some info from CPU

cpu2.py (ANSL)

this example shows how to use .stopTarget(), .warmStart and .diagnostics()

cpu3.py (ANSL)

in this example we just set and check the CPU's clock

cpu4.py (INA2000)

this simple example just reads out some info from CPU. This is equal to cpu1.py but here we use INA2000 instead of ANSL

modules1.py (ANSL)

this simple example creates a module on CPU by downloading a bytestream and checks if it exists

modules2.py (ANSL)

this simple example creates a module on CPU by downloading a bytestream and afterwards uploads it again