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

Create groups for measurements by type to filter the C37 packet #6

Open
pesap opened this issue Nov 19, 2024 · 1 comment · May be fixed by #17
Open

Create groups for measurements by type to filter the C37 packet #6

pesap opened this issue Nov 19, 2024 · 1 comment · May be fixed by #17
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@pesap
Copy link
Collaborator

pesap commented Nov 19, 2024

Here are some example of queries that people could do:

  • get all the voltage angle and magnitude measurements,
  • get all the frequency measurements,
  • get all the analog measurements,
@pesap pesap added this to the v0.0.1 milestone Nov 19, 2024
@pesap pesap added the enhancement New feature or request label Nov 19, 2024
@micahpw
Copy link
Collaborator

micahpw commented Dec 5, 2024

I think we can add some logic and a few http endpoints to return the channel names by the following:

  • All Phasor Channel Names (and whether they are in polar or rectangular coordinates)
  • All Frequency Channel Names
  • All Analog Channel Names
  • All Digital Channel Names

Then you can use the POST method in the /data endpoint to pass a list of channel names to return.

The other option would be separate endpoints like /phasors and /analogs to return all columns in those categories.

@micahpw micahpw self-assigned this Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants