Search found 6 matches

by iscool2@gmail.com
Mon Apr 11, 2016 2:31 am
Forum: PicoScope 6 for Windows
Topic: How can I generate cos wave?
Replies: 5
Views: 6745

Re: How can I generate cos wave?

I understand that "derivative(LowPass(A,5000))" is the cosine wave, thanks.
By the way, I tried to make cos wave like this, but it's not the expected wave.
Integral(A)

What am I wrong?
by iscool2@gmail.com
Thu Apr 07, 2016 8:33 am
Forum: PicoScope 6 for Windows
Topic: How can I generate cos wave?
Replies: 5
Views: 6745

How can I generate cos wave?

Hello, I can generate sin wave with 5244B Signal Generator. It works fine. I connected CH-A to Gen connector and it shows the sine wave to the Channel-A. I needed to show cosine wave to the same view, so I added new Math Channel like this, but it's not expected wave. cos(sinh(A)*0.0174533) here, 0.0...
by iscool2@gmail.com
Tue Mar 22, 2016 3:06 pm
Forum: C and C++
Topic: Measurement Reading by SDK
Replies: 3
Views: 5443

Re: Measurement Reading by SDK

To save measurement data to the file, I pressed stop button and run the following script at the command window with admin previlage. "Picoscope.com /a Measurements.CSV? >> mydata.csv" I tried above and then a mydata.csv file is generated. yeah! I open it Excel, but that has no effective information....
by iscool2@gmail.com
Tue Mar 22, 2016 10:14 am
Forum: PicoScope 6 for Windows
Topic: Issue of Command Line Path
Replies: 1
Views: 2200

Issue of Command Line Path

Hello, Issue#1. I want to extract your xxxx.psdata to csv file. The result file is created to the different folder. I tried like this: 1) Save mydata.psdata into Z:\Temp folder. 2) goto the Z:\Temp folder. 3) Z:\Temp>picoscope /c mydata.psdata /d mydata.csv /f csv /q I think the result should be exi...
by iscool2@gmail.com
Mon Mar 21, 2016 12:44 pm
Forum: C and C++
Topic: Measurement Reading by SDK
Replies: 3
Views: 5443

Measurement Reading by SDK

I'm an C++ programmer.
How can I read my measurement items in my application with your SDK?
Actually, I already ask this to your web, but I can't found my post.
FYI, I attach an capture image.
Thanks.
by iscool2@gmail.com
Mon Mar 21, 2016 12:01 pm
Forum: C and C++
Topic: Read Measurement Informations
Replies: 1
Views: 3908

Read Measurement Informations

I purchased your PicoScpde 5244B and I would like to get the data with SDK which are already added by PicoScope6. I added 3 measurement items, 1) CH-A, PeekToPeek (Value/Min/Max/Average/sigma) 2) CH-A, Frequency (Value/Min/Max/Average/sigma) 3) CH-B, Frequency (Value/Min/Max/Average/sigma) I ready w...