source:
trunk/script/iso_bracket1.bas
@
515
| Revision 515, 333 bytes checked in by reyalp, 5 years ago (diff) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | @title Iso Bracket Real |
| 2 | @param a counter begin |
| 3 | @default a 1 |
| 4 | @param b Step size |
| 5 | @default b 30 |
| 6 | @param c Steps count |
| 7 | @default c 10 |
| 8 | @param d Sleep Interval (*100) |
| 9 | @default d 20 |
| 10 | |
| 11 | |
| 12 | sleep 500 |
| 13 | |
| 14 | t=d*100 |
| 15 | |
| 16 | for i=a to c |
| 17 | g=i*b |
| 18 | sleep t |
| 19 | set_iso_real g |
| 20 | shoot |
| 21 | get_iso_real e |
| 22 | get_iso_market f |
| 23 | print "ISO:", e, "(", f, ")" |
| 24 | next i |
| 25 | end |
Note: See TracBrowser
for help on using the repository browser.