Search found 265 matches

by NeilH
Wed Mar 27, 2024 3:13 pm
Forum: Introductions
Topic: G'day from Australia!
Replies: 1
Views: 309

Re: G'day from Australia!

Hi Craig

Welcome, if you have any questions you can ask them here on the forum or contact the team on support@picotech.com as well
by NeilH
Tue Mar 26, 2024 9:21 am
Forum: Getting Started
Topic: How to get live output into python GUI?
Replies: 1
Views: 189

Re: How to get live output into python GUI?

Hi To resolve the error message you're getting you could increase the size of the buffer that the data is copied into after collection to be significantly larger than you think it needs to be (so long as you have the RAM to accommodate this). The example is set to only collect a short time of stream...
by NeilH
Mon Mar 25, 2024 10:41 am
Forum: PicoScope 7 for Windows, Linux and Mac
Topic: Action - Save As Matlab (non Matlab4 file)
Replies: 1
Views: 1065

Re: Action - Save As Matlab (non Matlab4 file)

Hi

We are looking at adding more modern mat files as saving option in future updates so if you keep watching the website or subscribe to the newsletter then this will give you the most upto date information on whats added to PicoScope 7
by NeilH
Mon Mar 25, 2024 9:07 am
Forum: PicoScope 7 for Windows, Linux and Mac
Topic: PicoScope SDK Mac ARM based drivers
Replies: 1
Views: 82

Re: PicoScope SDK Mac ARM based drivers

Hi Currently Arm64 drivers are being developed, if you want to be notified when these get released then you can sign up to our newsletter otherwise watching the website will let you see when they're released. It is also possible to use Rosetta to run an x86 program on the M1 Macs, if this is an opti...
by NeilH
Mon Mar 25, 2024 8:03 am
Forum: MATLAB
Topic: any picoscope 3000 enthusiasts want to help?
Replies: 1
Views: 1819

Re: any picoscope 3000 enthusiasts want to help?

Hi Are you able to give more specifics about the application like the capture time and rate then I can give better advise for your usage of our scope? Using the scope in MATLAB gives you extra flexibility when setting up the scope to match what you're needing it to do. We also do have example code a...
by NeilH
Tue Jan 30, 2024 11:13 am
Forum: General Software Discussions
Topic: Stopping AWG from within python
Replies: 1
Views: 46338

Re: Stopping AWG from within python

Hi To stop the scopes signal generator you can either call the Stop function, though this will also stop any capture being run, or you can call the SetSigGen function again with a 0 V amplitude to effectively stop it. The shots variable could also be used to have the signal generator automatically s...
by NeilH
Tue Jan 23, 2024 2:54 pm
Forum: PicoLog
Topic: Reading data with python
Replies: 1
Views: 49866

Re: Reading data with python

Hi There is example code available on our github page that shows how to use the PicoSDK to control the devices directly. https://github.com/picotech/picosdk-python-wrappers Our software doesn't interface with python or other third party software, thouhg you could use the PicoCloud API to get data fr...
by NeilH
Fri Oct 27, 2023 9:55 am
Forum: MATLAB
Topic: PicoScope 6000 Series can´t connect with MATLAB
Replies: 1
Views: 962

Re: PicoScope 6000 Series can´t connect with MATLAB

Hi

The 6000E devices use the ps6000a driver so need to use the corresponding set of examples rather than the ps6000 driver and examples.

Neil
by NeilH
Fri Oct 27, 2023 9:54 am
Forum: MATLAB
Topic: Trouble with Picoscope connection with Matlab
Replies: 1
Views: 8742

Re: Trouble with Picoscope connection with Matlab

Hi

The wrapper files can be downloaded from here https://github.com/picotech/picosdk-c-wrappers-binaries then once they've been added to the MATLAB path it should resolve the error you're seeing

Neil
by NeilH
Mon Oct 23, 2023 2:28 pm
Forum: USB PC Oscilloscopes
Topic: Trigger Source - Internal Signal Generator
Replies: 2
Views: 841

Re: Trigger Source - Internal Signal Generator

Hi

There isn't an internal connection between the signal generator output and any measurement channel so to use the signal generator to trigger the scope or to view the signal it would need to be connected to an input channel externally

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

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: 10961

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: 3075

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: 1015

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: 1023

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