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

__starting_time -> __start_time

parent 347418ac
No related branches found
No related tags found
1 merge request!103Tests update
Pipeline #
......@@ -253,9 +253,9 @@ class WaveformGenerator(object):
@property
def start_time(self):
return self.__starting_time
return self.__start_time
@start_time.setter
def start_time(self, starting_time):
self.__starting_time = starting_time
self.__start_time = starting_time
self.__time_array_updated = False
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