Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discover action types #53

Merged
merged 38 commits into from
Jan 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
99ccc8d
Update scos-actions branch for testing
aromanielloNTIA Oct 31, 2023
ec8dc56
Add testing config
aromanielloNTIA Oct 31, 2023
d120239
scos-actions branch testing.
dboulware Dec 11, 2023
2cc4da9
Add noise-diode-off testing config
aromanielloNTIA Dec 14, 2023
c288a88
Merge branch 'main' into add-percentile-detector
aromanielloNTIA Dec 14, 2023
209f7ac
Add firmware and API version properties
aromanielloNTIA Dec 22, 2023
01561c2
Add new properties to unit tests
aromanielloNTIA Dec 22, 2023
f4bb711
Bump minor version to 4.1.0
aromanielloNTIA Dec 22, 2023
ab62b2c
Update required scos-actions version
aromanielloNTIA Dec 22, 2023
e798388
Delete testing configs
aromanielloNTIA Dec 27, 2023
ddb14e1
Update nffts in SEA data product configs
aromanielloNTIA Dec 27, 2023
aa42b99
add no filter cal action for testing.
dboulware Jan 3, 2024
23cfe5f
Merge branch 'add-percentile-detector' into scos-actions-7.1.0
aromanielloNTIA Jan 5, 2024
b5b6d05
Delete example calibration files
aromanielloNTIA Jan 5, 2024
21dcf3b
actions branch
dboulware Jan 9, 2024
0986ad3
Merge branch 'scos-actions-7.1.0' of https://github.com/NTIA/scos-tek…
dboulware Jan 9, 2024
f6a08c6
expose signal_analyzer in discover.
dboulware Jan 11, 2024
b686c7c
Only load actions in discover. Use a setting for the device model.
dboulware Jan 12, 2024
7eaf913
Don't create sigan.
dboulware Jan 12, 2024
a83cf3d
optional cals in sigan constructor.
dboulware Jan 13, 2024
2b557c6
remove bad import and use self.sensor_calibration.
dboulware Jan 14, 2024
dfefabf
Add optional switches dictionary to TekRSASigan and pass to power_cycle.
dboulware Jan 18, 2024
0199054
remove switches from power_cycle_and_connect call.
dboulware Jan 18, 2024
79f71b5
Instantiate signal_analyzer and expose in discover if not running mig…
dboulware Jan 18, 2024
a9a6986
set sigan to None when running migration.
dboulware Jan 18, 2024
effd540
log running migrations.
dboulware Jan 18, 2024
8237df5
load switches before creating tekrsa.
dboulware Jan 18, 2024
67fe159
Don't create sigan.
dboulware Jan 18, 2024
3ae55c5
Return to not initializing sigan for testing.
dboulware Jan 19, 2024
58dd731
scos-actions 8.0.0 and remove switch_configs_dir setting.
dboulware Jan 27, 2024
85565a6
Ran pre-commit.
dboulware Jan 29, 2024
25eaaca
Remove no filter cal action added for testing.
dboulware Jan 29, 2024
eaf5a2a
Remove calibration tests. Initialize signal analyzer for tests. Add D…
dboulware Jan 29, 2024
2225294
Major version update.
dboulware Jan 29, 2024
9745cb5
format.
dboulware Jan 29, 2024
55d833f
remove attenuation-modified SEA action configs
aromanielloNTIA Jan 29, 2024
0ea50a9
remove reference to example cal files from README
aromanielloNTIA Jan 29, 2024
9e3d509
use model property instead of device_name
aromanielloNTIA Jan 29, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ For information on adding actions, see the [SCOS Actions Plugin documentation](h

## Overview of Repo Structure

- `scos_tekrsa/configs`: Contains example calibration files and the YAML files with the
parameters used to initialize the Tektronix RSA supported actions
- `scos_tekrsa/configs`: Contains YAML files with the parameters used to initialize the
Tektronix RSA supported actions
- `scos_tekrsa/discover`: Includes the code to read YAML files and make actions
available to `scos-sensor`
- `scos_tekrsa/hardware`: Includes an implementation of the signal analyzer interface for
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ classifiers = [
dependencies = [
"environs>=9.5.0",
"tekrsa-api-wrap>=1.3.2",
"scos_actions @ git+https://github.com/NTIA/scos-actions@7.0.0",
"scos_actions @ git+https://github.com/NTIA/scos-actions@8.0.0",
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/scos_tekrsa/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.0.0"
__version__ = "5.0.0"

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading