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

Update test5.py

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