As of August 2020 the site you are on (wiki.newae.com) is deprecated, and content is now at rtfm.newae.com.

Changes

Jump to: navigation, search

Making Scripts

26 bytes removed, 18:37, 17 June 2016
Basic
<pre>
if __name__ == '__main__':
import sys
from chipwhisperer.common.api.CWCoreAPI import CWCoreAPI
import chipwhisperer.capture.ui.CWCaptureGUI as cwc # Import the ChipWhispererCapture GUI
api.runScriptClass(UserScript) # Run UserScript through the API
sys.exit(app.exec_())
</pre>
218
edits

Navigation menu