Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 571 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 571 Bytes

motor-test

Python test scripts for the EPICS motor record & various drivers

To run any of the scripts:

./script_name.py motor_record_PV_name

for example:

./moves.py BL99:Mot:Axis1

The run_tests.py script runs the scripts listed in run_tests.txt in sequence.

Some of the scripts may require external records to control driver parameters, or require multiple motors (eg. for testing deferred moves) but the following scripts will work with any standalone motor record:

  • moves.py
  • moves_small.py
  • moves_reverse.py
  • moves_delay.py