Skip to content

Scripts and Libraries to control equipment, automate tests and analytics.

License

Notifications You must be signed in to change notification settings

weisheik/dragon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Dragon Test Framework provide scripts and additional libraries to control equipment, automate tests and analytics.

For instance: accessing a serial terminal, interacting with chamber, plot graphs ...

Setup The Environment

  1. Install Anaconda on Windows.
  2. Install the package pySerial.

Examples

>python miniterm.py

Some Guidelines

The official Python3 guidelines are taken as reference.

Main points:

  • Function names should be lowercase, with words separated by underscores as necessary to improve readability.
  • Class names should normally use the CapWords convention, "ClassName"
  • Please use exceptions instead of return code to exit a function in case of errors

About

Scripts and Libraries to control equipment, automate tests and analytics.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages