Attribute Error in Tutorial B3-1

I get error on example B3-1 tutorial script load:

Could not execute method run in script class UserScript:
'AttributeError: ‘OpenADC’ object has not attribute ‘datapoints’

Is this script still valid or is now another way to get the trace data ?

Oops - I noticed that you posted about this earlier but I totally forgot to answer!

The easiest way to get at this data is now:

self.api.getScope().channels[0].getTrace()

Funnily enough, we had already changed this in the attack scripts below… We just forgot to change the first two lines on the wiki.