Skip to content
Snippets Groups Projects
Commit 04745a39 authored by Sander de Snoo's avatar Sander de Snoo
Browse files

Added segment_container.update_dim() for indexed sequences like randomized benchmarking

parent e1bef58c
No related branches found
No related tags found
No related merge requests found
......@@ -192,6 +192,10 @@ class segment_container():
def ndim(self):
return len(self.shape)
def update_dim(self, loop_obj):
# use 1 channel to set the axis. Other axis will follow where needed.
self._software_markers.update_dim(loop_obj)
@property
def total_time(self):
'''
......
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