I want to print 1 or 0 on the bottom of each wave form #393
Replies: 2 comments
-
ok, I can dump out all points in wave form here. Please tell me what to do next, thanks |
Beta Was this translation helpful? Give feedback.
-
Please explain what you want to achieve. If you want the measured values as a list you can export them as csv or json from the export menu. If you want to hack your own format take this as a starter. Also reading docs/developer_info.md could give you some understanding of the data flow. On remark - the generating of the |
Beta Was this translation helpful? Give feedback.
-
Hi
I want to print 1 or 0 on the bottom of each wave form. Please tell me where i should modify? Should i just add my code to void GlScope::drawVoltageChannelGraph ? How to get the value of each point? I can't dump out all values from these:
Graph::VaoCount &v = graph.vaoVoltage[ channel ];
thanks
Peter
Beta Was this translation helpful? Give feedback.
All reactions