Tutorial Jython

  • Download and install the standalone application
  • Use the module zepy.py to specify to Zephyr what attributes and functions to monitor:
    • Function clock: create a new instance of Clock
    • Function advertise: request Zephyr to look for data to monitor in an instance
    • Function monfunc: declare a function to monitor in Zephyr
    • Function monattr: declare an attribute to monitor in Zephyr
  • Start Zephyr then open the file with File->Open File...
  • Data from the file is displayed and can be plot at different time scale using a Plot View
  • An example is available in Zephyr source code: simple.py