Search found 2813 matches
- Mon Nov 12, 2018 11:29 am
- Forum: MATLAB
- Topic: Data acquisition in Matlab
- Replies: 1
- Views: 1117
Re: Data acquisition in Matlab
Hi Daxesh, There is a user manual accessible via the Help menu in MATLAB (look under Supplemental Software) if you have installed the Instrument Driver Hardware Support Package via the Add-Ons Explorer, otherwise please ensure that the location of the help folder is on the MATLAB path. Some of the e...
- Thu Nov 08, 2018 9:42 am
- Forum: General Software Discussions
- Topic: Python with Picoscope 6402C - Freeze when using GetValuesTriggerTimeOffsetBulk64
- Replies: 2
- Views: 950
Re: Python with Picoscope 6402C - Freeze when using GetValuesTriggerTimeOffsetBulk64
Hi Pierre,
The ps6000GetValuesTriggerTimeOffsetBulk64 provides the time from the trigger point to the first sample rather than the time between trigger events.
Could you please e-mail support@picotech.com to discuss this further?
Regards,
The ps6000GetValuesTriggerTimeOffsetBulk64 provides the time from the trigger point to the first sample rather than the time between trigger events.
Could you please e-mail support@picotech.com to discuss this further?
Regards,
- Wed Nov 07, 2018 4:18 pm
- Forum: Linux
- Topic: No def for _get_times_and_values in library.py
- Replies: 1
- Views: 2000
Re: No def for _get_times_and_values in library.py
Hi antonyLHart,
We've noted your issue raised on GitHub and a colleague will be looking into this. We hope to provide an update as soon as possible.
Regards,
We've noted your issue raised on GitHub and a colleague will be looking into this. We hope to provide an update as soon as possible.
Regards,
- Wed Nov 07, 2018 1:25 pm
- Forum: PicoScope 6 for Windows
- Topic: PicoScope 6 locks waiting for trigger
- Replies: 3
- Views: 882
Re: PicoScope 6 locks waiting for trigger
Hi chaas219, Please could you close the software after it stops responding and locate the trace.xml file (see section 3 of the PicoScope FAQ ). Please send this along with your settings file to support@picotech.com or post them here and we will investigate further. It would help to know whether you ...
- Wed Nov 07, 2018 11:55 am
- Forum: General Software Discussions
- Topic: Shots using python SDK and SigGenBuiltin
- Replies: 2
- Views: 885
- Tue Nov 06, 2018 9:28 am
- Forum: .Net Languages (C#, VB.Net, .)
- Topic: I fail to open PicoScope 4225 on PS4000A.dll. why?
- Replies: 2
- Views: 1306
Re: I fail to open PicoScope 4225 on PS4000A.dll. why?
Hi wthek,
Which operating system and version of the ps4000a.dll are you using?
A status code of 12 is PICO_INVALID_HANDLE.
Regards,
Which operating system and version of the ps4000a.dll are you using?
A status code of 12 is PICO_INVALID_HANDLE.
Regards,
- Fri Nov 02, 2018 1:38 pm
- Forum: PicoScope 6 for Windows
- Topic: Downsampling with Picoscope 6 for windows
- Replies: 1
- Views: 611
Re: Donwsampling with Picoscope 6 for windows
Hi Yodish,
There isn't a feature to use the average downsampling in the PicoScope software. I will raise a new feature request.
The average maths channel provides an 'Arithmetic mean of all previous waveforms'.
Regards,
There isn't a feature to use the average downsampling in the PicoScope software. I will raise a new feature request.
The average maths channel provides an 'Arithmetic mean of all previous waveforms'.
Regards,
- Fri Nov 02, 2018 1:34 pm
- Forum: General Software Discussions
- Topic: Python SDK and SigGen with 5242D
- Replies: 3
- Views: 1216
Re: Python SDK and SigGen with 5242D
Hi cjkraz,
I've added a note to a new feature request about burst/shot repetition.
Regards,
I've added a note to a new feature request about burst/shot repetition.
Regards,
- Tue Oct 30, 2018 1:58 pm
- Forum: PicoScope 6 for Windows
- Topic: PicoScope 6.13.6 does not install
- Replies: 5
- Views: 1265
Re: PicoScope 6.13.6 does not install
Hi Maxime,
Have you tried installing the .NET Framework 4.7.1 version and then running the PicoScope installer?
Regards,
Have you tried installing the .NET Framework 4.7.1 version and then running the PicoScope installer?
Regards,
- Tue Oct 30, 2018 1:57 pm
- Forum: Pre-Sales Advice
- Topic: AWG on a PicoScope 4444
- Replies: 1
- Views: 908
Re: AWG on a PicoScope 4444
Hi audiotom,
You would need to run a separate instance of PicoScope for each scope. If you are writing your own application using the Software Development Kit, it is possible to control two devices from the same application.
Hope this helps,
You would need to run a separate instance of PicoScope for each scope. If you are writing your own application using the Software Development Kit, it is possible to control two devices from the same application.
Hope this helps,
- Tue Oct 30, 2018 9:45 am
- Forum: PicoScope 6 for Windows
- Topic: PicoScope 6.13.6 does not install
- Replies: 5
- Views: 1265
Re: PicoScope 6.13.6 does not install
Hi Maxime,
Is your PC fully up to date with all Windows Updates and does it have the latest version of the Microsoft .NET Framework installed?
Regards,
Is your PC fully up to date with all Windows Updates and does it have the latest version of the Microsoft .NET Framework installed?
Regards,
- Tue Oct 30, 2018 9:44 am
- Forum: General Software Discussions
- Topic: Python SDK and SigGen with 5242D
- Replies: 3
- Views: 1216
Re: Python SDK and SigGen with 5242D
Hi cjkraz, In order to output a number of cycles of a waveform (or start a sweep) you need to specify a trigger for the signal generator. You will need to change the following line to specify the trigger source that you wish to use: triggerSource = ctypes.c_int32(0) This number is based on the follo...
- Tue Oct 30, 2018 9:19 am
- Forum: PicoScope for Linux
- Topic: Picoscope cannot detect 2204A on linuxmint
- Replies: 2
- Views: 1522
Re: Picoscope cannot detect 2204A on linuxmint
Hi cbius6, Please could you locate the trace.xml file after the device is not detected (close the software first)? Please navigate to: ~/.local/share/Pico\ Technology/ Then, in a folder with a long alphanumeric name beginning with '2' you can find the trace.xml file. Have you tested the device on an...
- Mon Oct 29, 2018 7:11 pm
- Forum: C and C++
- Topic: How to control Pic4262 by Borland C++
- Replies: 1
- Views: 1211
Re: How to control Pic4262 by Borland C++
Hello Xavier,
You can obtain a C example for the ps4000 driver API functions from https://github.com/picotech/picosdk-c-examples
You will need to generate your own Borland lib files. The C header files are available via the installation directory of the PicoSDK.
Regards,
You can obtain a C example for the ps4000 driver API functions from https://github.com/picotech/picosdk-c-examples
You will need to generate your own Borland lib files. The C header files are available via the installation directory of the PicoSDK.
Regards,
- Mon Oct 22, 2018 1:09 pm
- Forum: PicoScope for Linux
- Topic: Running Picoscope on Raspbian x86_64
- Replies: 1
- Views: 1203
Re: Running Picoscope on Raspbian x86_64
Hi lyapunov,
The PicoScope software is not supported on Raspbian at this moment in time.
Are you able to install packages individually e.g.
Regards,
The PicoScope software is not supported on Raspbian at this moment in time.
Are you able to install packages individually e.g.
Code: Select all
sudo apt-get install libps3000a