final_EP.py
423 Bytes
#!/usr/bin/env python3
"""
Script to be executed.
Created on Wed oct 27 2021
@author: ALKADRI Mohammad
"""
#import go_EP
import test_10MHz
import numpy as np
import ad
#TTN(Start)
#Tep = go_EP.xe()
#print("Tep = ", Tep)
#Tgw = TTN(Times)
#x = (Tep-Tgw)*51/36
x=float(np.fromfile('freq.txt', dtype=int))
test_10MHz.asservissement(x)
#y=int(np.fromfile('freq_AD.txt', dtype=int))
#ad.asservissement(y)
print("AD Done!")