Skip to content
Snippets Groups Projects
Commit ee5131f7 authored by Moritz Huebner's avatar Moritz Huebner
Browse files

Added a time array setter

parent 5396bfde
No related branches found
No related tags found
1 merge request!63Docstring update
......@@ -131,6 +131,11 @@ class WaveformGenerator(object):
self.__time_array_updated = True
return self.__time_array
@time_array.setter
def time_array(self, time_array):
self.__time_array = time_array
self.__time_array_updated = True
@property
def parameters(self):
return self.__parameters
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment