Skip to content

Commit

Permalink
Remove sensor from call to get_sigmf_builder.
Browse files Browse the repository at this point in the history
  • Loading branch information
dboulware committed Jan 16, 2024
1 parent a562915 commit cd74577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scos_actions/actions/acquire_stepped_freq_tdomain_iq.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def __call__(self, sensor: Sensor, schedule_entry: dict, task_id: int):
for recording_id, measurement_params in enumerate(
self.iterable_params, start=1
):
self.get_sigmf_builder(sensor, schedule_entry)
self.get_sigmf_builder(schedule_entry)
self.configure(measurement_params)
duration_ms = get_parameter(DURATION_MS, measurement_params)
nskip = get_parameter(NUM_SKIP, measurement_params)
Expand Down

0 comments on commit cd74577

Please sign in to comment.