Changeset 768 in ETALON


Ignore:
Timestamp:
May 24, 2018, 5:48:32 PM (6 years ago)
Author:
moutardier
Message:

add 24-05-2018_aquisition_from_0_to_400000_step_of_1000.txt

Location:
BPM
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • BPM/motor_control.py

    r767 r768  
    2222#position_test_horizontal()
    2323turn_on()
    24 fichier = open("test.txt", "w")
    25 horizontal_aquisition(0,2000,100,fichier)
     24fichier = open("24-05-2018_aquisition_from_0_to_400000_step_of_1000.txt", "w")
     25horizontal_aquisition(0,400000,1000,fichier)
    2626fichier.close()
    2727turn_off()
Note: See TracChangeset for help on using the changeset viewer.