Changeset 13114 for fact


Ignore:
Timestamp:
03/15/12 00:02:22 (13 years ago)
Author:
neise
Message:
added some examples
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/pyscripts/examples/result_collection/canread.py

    r13113 r13114  
    1 #!/usr/bin/python
     1#!/usr/bin/python -i
    22
    33# Please read first:
     
    2929        print '<--'
    3030   
    31    
     31print 'end of canread.py    hit Ctrl-D to end'
     32print
     33print 'fur further examination of the can try one of these'
     34print " print can['results']['areas'] "
     35print " print can['settings']['data_file_names'] "
     36print " print can['src'][0] "
     37
Note: See TracChangeset for help on using the changeset viewer.