~janusz-martyniak/mcdb/mice.cdb.client.api-python

« back to all changes in this revision

Viewing changes to src/cdb/_cabling_supermouse.py

  • Committer: Antony Wilson
  • Date: 2011-09-01 08:10:55 UTC
  • Revision ID: antony.wilson@stfc.ac.uk-20110901081055-5hcu1wbeh9f75sdd
add calibration, fixes to cabling, pylint stuff

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
        \n\tget_cabling_for_date(string device, datetime timestamp) \
37
37
        \n\tget_cabling_for_run(string device, int run_number) \
38
38
        \n\tget_current_cabling(string device) \
 
39
        \n\tlist_devices() \
39
40
        \n\tadd_control(int crate, int module, int channel, string name) \
40
41
        \n\tupdate_control(int crate, int module, int channel, string name) \
41
 
        \n\tadd_tracker(string name, vlsb_computer_id, int vlsb_geo_number, \
 
42
        \n\tadd_tracker(string name, int vlsb_computer_id, int vlsb_geo_number, \
42
43
        \n\t\tint vlsb_channel, int tracker_no, int station, int plane, int channel)\
43
 
        \n\tupdate_tracker(string name, vlsb_computer_id, int vlsb_geo_number, \
 
44
        \n\tupdate_tracker(string name, int vlsb_computer_id, int vlsb_geo_number, \
44
45
        \n\t\tint vlsb_channel, int tracker_no, int station, int plane, \
45
46
        \n\t\tint channel)"
46
47