Difference between revisions of "HANtune/Scripting"

From OpenMBD
Jump to: navigation, search
Line 1: Line 1:
 
{{HANtune}}
 
{{HANtune}}
 
+
HANtune offers the ability to run your own scripts by integrating a Jython interpreter. Jython is a Java implementation of a Python interpreter, which means that it runs inside the Java Virtual Machine (JVM). This makes it very easy to interface with HANtune from Python and allows us to automate its functionality.
HANtune currently supports Python
 
  
  

Revision as of 11:04, 6 January 2018


HANtune offers the ability to run your own scripts by integrating a Jython interpreter. Jython is a Java implementation of a Python interpreter, which means that it runs inside the Java Virtual Machine (JVM). This makes it very easy to interface with HANtune from Python and allows us to automate its functionality.


Scripts

Add a script to a project

Running a script

Stopping a script

Console & Interactive Interpreter

Signals & Parameters

Scripted Signals

Communication

FTP

SSH