Skip to content

Commit

Permalink
use sigan frequency in measurement action capture.
Browse files Browse the repository at this point in the history
  • Loading branch information
dboulware committed Mar 18, 2024
1 parent fed4336 commit 6217ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scos_actions/actions/interfaces/measurement_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def create_capture_segment(
) -> CaptureSegment:
capture_segment = CaptureSegment(
sample_start=sample_start,
frequency=measurement_result["center_frequency_Hz"],
frequency=self.sensor.signal_analyzer.frequency,
datetime=measurement_result["start_time"],
duration=measurement_result["duration_ms"],
overload=measurement_result["overload"],
Expand Down

0 comments on commit 6217ca3

Please sign in to comment.