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

livedata: show Nernst voltage #251

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

rusefillc
Copy link
Contributor

No description provided.

@@ -15,6 +15,7 @@
struct measure_results {
float nernstAc;
float nernstDc;
float nernstV;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we have nernstAc, nernstDc, and nernstV?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To log only what we interested in.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

????

why do we have all three of these channels? what is the value of logging the newly added nernstV?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants