Search found 270 matches

by NeilH
Mon Oct 23, 2023 12:46 pm
Forum: MATLAB
Topic: icdevice Problem with SDK in MATLAB
Replies: 1
Views: 649

Re: icdevice Problem with SDK in MATLAB

You will need to download the wrapper dlls from here https://github.com/picotech/picosdk-c-wrappers-binaries which should be a part of the instructions in the README, if it isn’t please let me know and I can look into this. Once downloaded these need to be placed onto the the MATLAB path to ensure t...
by NeilH
Thu Sep 14, 2023 12:10 pm
Forum: Projects
Topic: calculating function of arbitrary waveform
Replies: 1
Views: 11017

Re: calculating function of arbitrary waveform

Hi

There isn't a way to produce a fitted equation for a drawn arbitrary waveform but you can export the buffer as a csv file then use another program to find an equation that fits the shape drawn.

Neil
by NeilH
Thu Sep 14, 2023 9:13 am
Forum: MATLAB
Topic: ICDEVICE problem
Replies: 1
Views: 3173

Re: ICDEVICE problem

Hi

Is this still needing help to resolve or has it been solved elsewhere?

Neil
by NeilH
Thu Sep 14, 2023 9:07 am
Forum: USB PC Oscilloscopes
Topic: Opening PicoScope by serial
Replies: 1
Views: 1067

Re: Opening PicoScope by serial

Hi

I'm sorry for this, it is understandably frustrating. I will pass this onto our development team.

Neil
by NeilH
Thu Sep 14, 2023 9:05 am
Forum: General Software Discussions
Topic: Support for new Python versions (3.11) for picosdk?
Replies: 1
Views: 1067

Re: Support for new Python versions (3.11) for picosdk?

Hi

This link is to something not curated by Pico Technology, as far as I know our repository of examples is compatible with python 3.11 https://github.com/picotech/picosdk-python-wrappers

If you know of any incompatibilities with the latest python then let us know and we can look into this.

Neil
by NeilH
Thu Sep 14, 2023 9:01 am
Forum: Getting Started
Topic: Generating signal and streaming at the same time in Python
Replies: 1
Views: 1099

Re: Generating signal and streaming at the same time in Python

Hi

When the scope is streaming it can't have any settings changed for channels, triggers or signal generators. If you want to both streaming capture and generate a signal you would need to set the signal generator up before starting the streaming capture.

Neil
by NeilH
Thu Sep 14, 2023 8:56 am
Forum: PicoLog
Topic: Is a configuration file exported from PicoLog specific to a serial number?
Replies: 2
Views: 10775

Re: Is a configuration file exported from PicoLog specific to a serial number?

Hi Jeremy

When the configuration file is opened I believe that it will look for the device with the matching serial number but you should be able to copy the setup saved for that device onto another device of the same type.

Neil
by NeilH
Thu Sep 14, 2023 8:52 am
Forum: PicoScope 7 for Windows, Linux and Mac
Topic: Importing custom probes from 6 to 7
Replies: 1
Views: 625

Re: Importing custom probes from 6 to 7

Hi Ian

To import probes implemented in PicoScope 6 to PicoScope 7 you would need to open a psdata or psssetting file saved in PS6 with the probe in use in PS7 then saving the loaded probe in the Probes menu.

Neil
by NeilH
Thu Sep 14, 2023 8:47 am
Forum: General Software Discussions
Topic: Enums for PS5000A_WAVE_TYPE different in documentation and code (python)
Replies: 1
Views: 689

Re: Enums for PS5000A_WAVE_TYPE different in documentation and code (python)

Hi The PicoDeviceEnums.py file contains the enumerations for the ps6000a driver only so for the ps5000a driver you need to use those from the documentation for the ps5000a but currently these aren't implemented as enums in the ps5000a.py file in the picosdk section of the repo so just passing the ex...
by NeilH
Thu Sep 14, 2023 8:40 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: Python Triggering
Replies: 1
Views: 9490

Re: Python Triggering

Hi

Are you able to share a full version of your code in a .py file so I can run it myself to see exactly what is happening?

Neil
by NeilH
Thu Sep 14, 2023 8:31 am
Forum: General Software Discussions
Topic: Python PICO_RATIO_MODE_AVERAGE
Replies: 1
Views: 682

Re: Python PICO_RATIO_MODE_AVERAGE

Hi
Are you able to post your code so I can see what you've got setup?
Also what is the exact error that is being returned?

Neil
by NeilH
Mon Jun 26, 2023 10:44 am
Forum: MATLAB
Topic: icdevice issue
Replies: 2
Views: 995

Re: icdevice issue

Hi

Is the scope open in another program such as PicoScope 7?
Has the scope run in a script previously in the MATLAB session where the script didn't run till the end?
by NeilH
Fri May 12, 2023 10:33 am
Forum: PicoScope 6 for Mac
Topic: télécharger Picoscope 6 sur Mac
Replies: 1
Views: 55382

Re: télécharger Picoscope 6 sur Mac

Hi

The PicoScope 6 Beta for Mac has been fully replaced by PicoScope 7 which can be downloaded from www.picotech.com/downloads

Neil
by NeilH
Wed May 10, 2023 2:41 pm
Forum: MATLAB
Topic: connecting to pico 4262
Replies: 1
Views: 938

Re: connecting to pico 4262

Hi

The 4262 uses the ps4000 driver rather than the ps4000a driver so it is the PS4000 API MATLAB Instrument Driver addon rather than the PS4000 A API that is needed to run the scope

Neil
by NeilH
Tue May 09, 2023 9:02 am
Forum: MATLAB
Topic: icdevice Problem with SDK in MATLAB
Replies: 2
Views: 1159

Re: icdevice Problem with SDK in MATLAB

Hi

Are you able to also put the .lib files from the C wrappers binaries repository into your SDK/lib folder and see if that resolves the MATLAB errors?

Neil