Skip to content

Commit

Permalink
Fix capturesegment kwarg
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanielloNTIA committed Jun 15, 2023
1 parent e968509 commit d0b0263
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 @@ -124,7 +124,7 @@ def __call__(self, schedule_entry: dict, task_id: int):
sample_start=0,
global_index=saved_samples,
frequency=measurement_params[FREQUENCY],
start_time=measurement_result["capture_time"],
datetime=measurement_result["capture_time"],
duration=duration_ms,
overload=measurement_result["overload"],
sensor_calibration=ntia_sensor.Calibration(
Expand Down

0 comments on commit d0b0263

Please sign in to comment.