OSDN Git Service

wits update
[vem/WITs.git] / app / test / test_feicontrol.rb
1 require './vem'
2 require './feicontrol'
3
4 class TestFEIControl
5  
6     def test
7         @obj = FEIControl.new
8         puts @obj.getAllControlValues
9
10
11 #        @obj.getCondition('GonioX')
12         @obj.setCondition('GonioX', 10)
13     end
14 end
15
16 obj = TestFEIControl.new
17 obj.test