Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TP B12 SDSWB
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CHEVRIER Vincent
TP B12 SDSWB
Commits
c0393364
Commit
c0393364
authored
1 year ago
by
CHEVRIER Vincent
Browse files
Options
Downloads
Patches
Plain Diff
Update test5.py
parent
a9a759fd
No related branches found
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
TP2/test5.py
+5
-5
5 additions, 5 deletions
TP2/test5.py
with
5 additions
and
5 deletions
TP2/test5.py
+
5
−
5
View file @
c0393364
...
...
@@ -15,7 +15,7 @@ from Armoire5 import *
# print(s)
#
# def chenillard():
# a=Armoire
6
()
# a=Armoire
5
()
# for i in range(a.nbCharge):
# a.setCharge(i)
# s=a.readMesure(i)
...
...
@@ -40,7 +40,7 @@ def test(charge):
#
# def chenillard2():
# a=Armoire
6
()
# a=Armoire
5
()
# a.resetAll()
# for i in range(a.nbCharge):
# print("charge ",i)
...
...
@@ -54,7 +54,7 @@ def test(charge):
#
#
# def chenillard3():
# a=Armoire
6
()
# a=Armoire
5
()
# a.resetAll()
# for charge in range(a.nbCharge):
# print("charge ",charge)
...
...
@@ -75,7 +75,7 @@ def test(charge):
# a.unsetCharge(charge)
#
# def chenillard2b():
# a=Armoire
6
()
# a=Armoire
5
()
# 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()
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment