source: trunk/script/iso_bracket1.bas @ 985

Revision 985, 343 bytes checked in by pixeldoc2000, 3 years ago (diff)

script/*.bas cleanup

  • Property svn:eol-style set to LF
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
11sleep 500
12
13t=d*100
14
15for i=a to c
16    g=i*b
17    sleep t
18    set_iso_real g
19    shoot
20    get_iso_real e
21    get_iso_market f
22    print "ISO:", e, "(", f, ")"
23next i
24
25end
Note: See TracBrowser for help on using the repository browser.