Search found 271 matches

by NeilH
Mon Jul 20, 2020 2:43 pm
Forum: Getting Started
Topic: Cannot run sample files from picosdk-python-wrappers repository
Replies: 3
Views: 6607

Re: Cannot run sample files from picosdk-python-wrappers repository

Have you followed the setup steps in the README file?

Have you got the same bit version of the PicoSDK as your installed python?
by NeilH
Mon Jul 20, 2020 12:24 pm
Forum: Introductions
Topic: PicoScope AWG in matlab.
Replies: 6
Views: 12420

Re: PicoScope AWG in matlab.

The PS5000aConfig script loads the ps5000aEnuminfo along with other required items into the main workspace
by NeilH
Mon Jul 20, 2020 9:28 am
Forum: Introductions
Topic: PicoScope AWG in matlab.
Replies: 6
Views: 12420

Re: PicoScope AWG in matlab.

Can I check whether this error is occuring when running it in the main workspace or if it is in an app?
by NeilH
Tue Jul 14, 2020 1:06 pm
Forum: RF Products
Topic: SOLT-STD-M Calibration Data
Replies: 1
Views: 9070

Re: SOLT-STD-M Calibration Data

Hi

The data should have been supplied on a USB stick with the calibration kit, if you don't have this email into support@picotech.com with the serial number from the side of the kit and we can get you a copy of the data.

Neil
by NeilH
Thu Jul 09, 2020 2:13 pm
Forum: PicoScope 6 for Windows
Topic: Picoscope in python3.7 and Pyqt
Replies: 1
Views: 3315

Re: Picoscope in python3.7 and Pyqt

Hi

You can find out the device information such as model number and serial number in PicoScope 6 by going to Help->About.

Neil
by NeilH
Tue Jul 07, 2020 4:10 pm
Forum: USB PC Oscilloscopes
Topic: Registery data for long time
Replies: 1
Views: 3204

Re: Registery data for long time

Hi

For this application I would suggest using the PicoLog 6 software rather than PicoScope 6 as it is designed for long term data logging with inbuilt alarm function.

Neil
by NeilH
Tue Jul 07, 2020 10:18 am
Forum: USB PC Oscilloscopes
Topic: 2000 series not compatible with pico 7 software?
Replies: 3
Views: 7429

Re: 2000 series not compatible with pico 7 software?

Hi The current beta version of PicoScope 7 is the automotive version so only compatible with automotive scopes such as the 4X25A, 4X25, 4X23 which is the same as the automotive version of PicoScope 6. These automotive scopes are the only scopes suitable for use in automotive applications. The 2204A ...
by NeilH
Tue Jul 07, 2020 10:16 am
Forum: Getting Started
Topic: 2206BMSO Matlab 2020a icdevice/connect fail
Replies: 4
Views: 5581

Re: 2206BMSO Matlab 2020a icdevice/connect fail

Hi Stephen

The scope can only be connected in a single instance so if you have PicoScope 6 connected to the scope, even if it isn't running currently, then MATLAB will be unable to find the device to use.

Neil
by NeilH
Tue Jul 07, 2020 10:14 am
Forum: PicoScope 6 for Windows
Topic: Picoscope in python3.7 and Pyqt
Replies: 1
Views: 3315

Re: Picoscope in python3.7 and Pyqt

Hi

Can I check what device model you have?

Neil
by NeilH
Mon Jul 06, 2020 5:52 am
Forum: Introductions
Topic: PicoScope AWG in matlab.
Replies: 6
Views: 12420

Re: PicoScope AWG in matlab.

Hi

In MATLAB you have to use the functions from the programmer's guide to control the scope, there isn't a GUI available to MATLAB.

What exactly are you trying to do in MATLAB?

Neil
by NeilH
Tue Jun 30, 2020 1:26 pm
Forum: MATLAB
Topic: Trigger in Streaming Example
Replies: 3
Views: 10658

Re: Trigger in Streaming Example

Hi Peter

From the images it looks like block mode is what you are wanting to use, in which you collect a triggered block of a set size. This will allow you to do what you are looking to do in having the data not move relative to the trigger point.

Neil
by NeilH
Thu Jun 25, 2020 6:05 am
Forum: MATLAB
Topic: Trigger in Streaming Example
Replies: 3
Views: 10658

Re: Trigger in Streaming Example

Hi When running streaming with the SDK it will start collecting data immediately with the trigger not being used to start the capture. In streaming the trigger is used to give the sample count at which the trigger condition is met for the first time. If you are wanting to use the trigger to start th...
by NeilH
Mon Jun 22, 2020 7:13 am
Forum: Projects
Topic: Acoustic Emission Measurement (Picoscope 3405D + python)
Replies: 1
Views: 9496

Re: Acoustic Emission Measurement (Picoscope 3405D + python)

Hi The PicoPyscope is not something that we developed so can't give support on it, instead we have the picosdk-python-wrappers repository which contains python wrappers for the API functions for the scope series and examples on how to use these functions. This can be found here https://github.com/pi...
by NeilH
Mon Jun 22, 2020 7:06 am
Forum: MATLAB
Topic: Low-pass Filter on Matlab
Replies: 3
Views: 19408

Re: Low-pass Filter on Matlab

Hi

There is the ps5000aSetBandwidthFilter function which allows for effectively putting a 20 MHz low pass filter on the input. Any other filtering in PicoScope 6 is a software feature and not available from the API functions in the PicoSDK.

Neil
by NeilH
Mon Jun 22, 2020 6:43 am
Forum: MATLAB
Topic: Resolving cause of Error 7
Replies: 1
Views: 9455

Re: Resolving cause of Error 7

Hi

Are you able to give a overview of the GUI flow to the scope control from starting up till the error occurs?
This will help me understand how the functions sit in your GUI code.

Neil