source:
trunk/script/exp_info_tst.bas
@
985
| Revision 985, 213 bytes checked in by pixeldoc2000, 3 years ago (diff) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | @title Test Ev info |
| 2 | |
| 3 | sleep 500 |
| 4 | press "shoot_half" |
| 5 | sleep t |
| 6 | get_bv96 e |
| 7 | print "BV:", e |
| 8 | get_tv96 f |
| 9 | print "TV:", f |
| 10 | get_av96 g |
| 11 | print "AV:", g |
| 12 | sleep 5000 |
| 13 | press "shoot_full" |
| 14 | release "shoot_full" |
| 15 | release "shoot_half" |
| 16 | |
| 17 | end |
Note: See TracBrowser
for help on using the repository browser.