print trace
</syntaxhighlight>
Run your script. The ChipWhisperer should automatically capture one trace and print out the several thousand datapoints. (Note that output of <code>print</code> statements may go to the ''Debug Logging'' tab in the GUI.) This is all we need to continue.
# Test Run your script. The ChipWhisperer should automatically capture one capturecw.captureN(self.scope, self.target, None, self.aux_list, self.ktp, 1)trace = scopeand print out some datapoints.getLastTrace()print trace
== Attacking a Single Letter ==