Skip to content

Commit

Permalink
get_recording or get_download
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Sep 12, 2024
1 parent 18cc934 commit 631f1cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spinnaker_graph_front_end/utilities/simulator_vertex.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ def get_recording_channel_data(self, recording_id):
:rtype: tuple(bytes, bool)
"""
buffer_manager = FecDataView.get_buffer_manager()
return buffer_manager.get_data_by_placement(
self.placement, recording_id)
return buffer_manager.get_recording(self.placement, recording_id)

def generate_system_region(self, spec, region_id=0):
"""
Expand Down

0 comments on commit 631f1cc

Please sign in to comment.