Skip to content

Commit

Permalink
removed center_frequency_Hz from measurement_result in acquire_single…
Browse files Browse the repository at this point in the history
…_freq_fft.py.
  • Loading branch information
dboulware committed Mar 22, 2024
1 parent aaaeeb9 commit b0e4a04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scos_actions/actions/acquire_single_freq_fft.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ def execute(self, schedule_entry: dict, task_id: int) -> dict:
measurement_result["duration_ms"] = round(
(self.num_samples / sample_rate_Hz) * 1000
)
measurement_result["center_frequency_Hz"] = self.frequency_Hz
measurement_result["capture_segment"] = self.create_capture_segment(
sample_start=0,
sigan_settings=sigan_settings,
Expand Down

0 comments on commit b0e4a04

Please sign in to comment.