Skip to content
Snippets Groups Projects
Commit c0393364 authored by CHEVRIER Vincent's avatar CHEVRIER Vincent
Browse files

Update test5.py

parent a9a759fd
Branches
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ from Armoire5 import * ...@@ -15,7 +15,7 @@ from Armoire5 import *
# print(s) # print(s)
# #
# def chenillard(): # def chenillard():
# a=Armoire6() # a=Armoire5()
# for i in range(a.nbCharge): # for i in range(a.nbCharge):
# a.setCharge(i) # a.setCharge(i)
# s=a.readMesure(i) # s=a.readMesure(i)
...@@ -40,7 +40,7 @@ def test(charge): ...@@ -40,7 +40,7 @@ def test(charge):
# #
# def chenillard2(): # def chenillard2():
# a=Armoire6() # a=Armoire5()
# a.resetAll() # a.resetAll()
# for i in range(a.nbCharge): # for i in range(a.nbCharge):
# print("charge ",i) # print("charge ",i)
...@@ -54,7 +54,7 @@ def test(charge): ...@@ -54,7 +54,7 @@ def test(charge):
# #
# #
# def chenillard3(): # def chenillard3():
# a=Armoire6() # a=Armoire5()
# a.resetAll() # a.resetAll()
# for charge in range(a.nbCharge): # for charge in range(a.nbCharge):
# print("charge ",charge) # print("charge ",charge)
...@@ -75,7 +75,7 @@ def test(charge): ...@@ -75,7 +75,7 @@ def test(charge):
# a.unsetCharge(charge) # a.unsetCharge(charge)
# #
# def chenillard2b(): # def chenillard2b():
# a=Armoire6() # a=Armoire5()
# a.resetAll() # a.resetAll()
# for i in range(a.nbCharge): # for i in range(a.nbCharge):
# print("charge ",i) # print("charge ",i)
...@@ -87,4 +87,4 @@ def test(charge): ...@@ -87,4 +87,4 @@ def test(charge):
# print(s, "S1" ,a.readSecteur1(),"S2", a.readSecteur2()) # print(s, "S1" ,a.readSecteur1(),"S2", a.readSecteur2())
# a.unsetCharge(i) # a.unsetCharge(i)
#chenillard2b() #chenillard2b()
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment