source: trunk/script/iso_set.bas @ 985

Revision 985, 337 bytes checked in by pixeldoc2000, 2 years ago (diff)

script/*.bas cleanup

  • Property svn:eol-style set to LF
Line 
1@title Set ISO
2@param a koef1
3@default a 10
4@param b Koef2
5@default b 10
6@param c koef3
7@default c 1
8@param d Sleep Interval (*100)
9@default d 20
10
11sleep 500
12
13t=d*100
14
15g=a*b*c
16
17press "shoot_half"
18set_iso_real g
19get_iso_real e
20get_iso_market f
21print "ISO:", e, "(", f, ")"
22press "shoot_full"
23release "shoot_full"
24release "shoot_half"
25
26end
Note: See TracBrowser for help on using the repository browser.