SAM-BA® ISP - SAM-BA Host QML Scripts
SAM-BA Host QML Scripts
The SAM-BA Host can execute Qt Modeling Language (QML) scripts to combine many low-level commands to simplify development and debugging.
The -x, --execute option must be followed by the filename of the QML script to be executed. There are no additional parameters.
$ sam-ba -x <qmlfile>
DO NOT use the Execute (-e, --execute) option on the same command line with the Monitor (-m, --monitor), Applet (-a, --applet), Port (-p, --port), Device (-d, --device), or Board (-b, --board) options. However, it can be used with the Tracelevel (-t, --tracelevel) option.
QML Script Examples
Documentation on writing QML scripts is located in the ../doc/scripting.html document directory. Example scripts are located in the ../qml/ directory.