sequences.rst 822 B

123456789101112131415161718192021222324252627282930313233343536
  1. .. This is a autogemerated documentation from python docstrings. It was generated using DStrings2Doc.
  2. .. module:: sequences
  3. .. _sequences:
  4. Module sequences
  5. ================
  6. Sequences for various board actions
  7. These methods are generators that will yield as first element the number
  8. of actions (other yields) excluding it self
  9. They will then perform the next action in row (setting registers or reading values from boards etc)
  10. and will yield True or False depending on the result of the action performed
  11. .. py:method:: startup_sequence(board_id)
  12. Star the board
  13. .. py:method:: calibration_sequence(board_id)
  14. Calibrate the board
  15. .. py:method:: synchronisation_sequence(board_id)
  16. Synchronize the board
  17. .. py:method:: write_value_sequence(board_id)
  18. Write values to the board