Changes between Version 14 and Version 15 of HetProcedures/RA/lrs2


Ignore:
Timestamp:
Mar 10, 2016 1:32:47 AM (8 years ago)
Author:
drory
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HetProcedures/RA/lrs2

    v14 v15  
    4444#!div style="font-size: 80%"
    4545  {{{#!bash
    46   $ cd $HET_SRC_ROOT
    47   $ ./camra/testing/lrs2.py 'get_hardware_status( update_state="true" )'
     46  $ syscmd -v -l 'get_hardware_status( update_state="true" )'
     47  }}}
     48}}}
     49
     50{{{
     51#!div style="font-size: 80%"
     52  {{{#!bash
     53  $ syscmd -v -V 'get_hardware_status( update_state="true" )'
    4854  }}}
    4955}}}
     
    5864#!div style="font-size: 80%"
    5965  {{{#!bash
    60   $ cd $HET_SRC_ROOT
    61   $ ./integration/cal.py -i lrs2 -l lamp1a lamp1b lamp5b ldls -o 101 -n 11    2>&1 | tee lrs-cal.log
     66  $ $HET_SRC_ROOT/integration/cal.py -i lrs2 -l lamp1a lamp1b lamp5b ldls -o 101 -n 11    2>&1 | tee lrs-cal.log
    6267  }}}
    6368}}}
     
    110115#!div style="font-size: 80%"
    111116  {{{#!bash
    112   $ cd $HET_SRC_ROOT
    113   $ ./camra/testing/lrs2.py 'help()'
     117  $ syscmd -v -l 'help()'
    114118  }}}
    115119}}}