Skip to content

Commit

Permalink
Add sigan API and firmware versions to SEA action metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanielloNTIA committed Dec 22, 2023
1 parent 69d621e commit 1b996b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scos_actions/actions/acquire_sea_data_product.py
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,8 @@ def capture_diagnostics(self, action_start_tic: float, cpu_speeds: list) -> None
start time, and SCOS uptime.
Software versions: the OS platform, Python version, scos_actions
version, and preselector API version.
version, the preselector API version, the signal analyzer API
version, and the signal analyzer firmware version.
The total action runtime is also recorded.
Expand Down Expand Up @@ -773,6 +774,8 @@ def capture_diagnostics(self, action_start_tic: float, cpu_speeds: list) -> None
name="scos_tekrsa", version=self.sigan.plugin_version
),
"preselector_api_version": PRESELECTOR_API_VERSION,
"sigan_firmware_version": self.sigan.firmware_version,
"sigan_api_version": self.sigan.api_version,
}

toc = perf_counter()
Expand Down

0 comments on commit 1b996b5

Please sign in to comment.