Example #1
0
 def __init__(self, data_location = "../../contrib/ThayerData/"):
     """ 
     Constructor
     @type data_location: string
     @param data_location: path to the folder where data will be stored
     """
     GoodFETMCPCANCommunication.__init__(self, data_location)
     #super(experiments,self).__init(self)
     self.freq = 500;
Example #2
0
 def __init__(self, dataLocation = "../../contrib/ThayerData/"):
     GoodFETMCPCANCommunication.__init__(self, dataLocation)
     #super(FordExperiments,self).__init__(self) #initialize chip
     self.freq = 500;