Search found 274 matches

by NeilH
Mon Apr 29, 2024 2:20 pm
Forum: PicoScope 7 for Windows, Linux and Mac
Topic: Redirect PS stream to a virtual sound card
Replies: 1
Views: 4

Re: Redirect PS stream to a virtual sound card

Hi

We don't have any software that can do this but we do provide the scope control dlls in the PicoSDK that you could produce a custom application with to fit your application potentially.
by NeilH
Mon Apr 29, 2024 2:09 pm
Forum: Projects
Topic: Calculating Sampling Rate based on Timebase
Replies: 1
Views: 5

Re: Calculating Sampling Rate based on Timebase

Hi Selecting the timebase using the PicoSDK is based on the sampling interval/frequency using the equation(s) shown in the programmers guide in the Timebase section https://www.picotech.com/download/manuals/picoscope-4000-series-a-api-programmers-guide.pdf For 10 MS/s, the time base would be 7 using...
by NeilH
Mon Apr 29, 2024 2:03 pm
Forum: General Software Discussions
Topic: Difference between 'resolution enhancement' and RATIO_MODE_AVERAGE
Replies: 1
Views: 3

Re: Difference between 'resolution enhancement' and RATIO_MODE_AVERAGE

Hi The resolution enhancement moving average and the downsampling average are different operations. The downsampling will take blocks of N samples and return one value for that block and then do that for the next N samples. The downsampling is used to generally reduce the data size returned from the...
by NeilH
Fri Apr 26, 2024 8:57 am
Forum: USB PC Data Loggers
Topic: Reading Negative DC volts
Replies: 1
Views: 102

Re: Reading Negative DC volts

Hi The PicoLog 1012 is a unipolar device with an input range of 0V to +2.5 V so any inputs with a negative voltage are outside of the device's measurement range so the overvoltage warning is displayed. If you need to measure a signal with voltage range +-6 V then a different device would be needed t...
by NeilH
Wed Apr 24, 2024 3:31 pm
Forum: PicoScope 7 for Windows, Linux and Mac
Topic: Improved Linux Early Access stability/connectivity on Ubuntu 22.04LTS
Replies: 1
Views: 276

Re: Improved Linux Early Access stability/connectivity on Ubuntu 22.04LTS

Hi Sven
Glad to hear that PicoScope 7 is now working better for you, it is always useful to get this kind of feedback.
by NeilH
Wed Apr 24, 2024 9:51 am
Forum: MATLAB
Topic: Making a Matlab Class for streaming mode
Replies: 1
Views: 190

Re: Making a Matlab Class for streaming mode

Hi

I think this being dealt with over email by our team. If this isn't the case let me know
by NeilH
Tue Apr 23, 2024 8:23 am
Forum: Parallel Port Products
Topic: Adc10
Replies: 1
Views: 265

Re: Adc10

Hi

The available software for the ADC-10 can be found on our downloads page along with all documentation www.picotech.com/downloads under discontinued products
by NeilH
Wed Apr 17, 2024 10:11 am
Forum: Python
Topic: PicoSDK returned 'PICO_IPP_NOT_FOUND'
Replies: 1
Views: 162

Re: PicoSDK returned 'PICO_IPP_NOT_FOUND'

Hi

Would you be able to try and either run the latest PicoSDK installer again to repair the installation or to uninstall then reinstall the PicoSDK?
by NeilH
Fri Apr 12, 2024 2:48 pm
Forum: Getting Started
Topic: getTriggerState for PS6000
Replies: 2
Views: 255

Re: getTriggerState for PS6000

Hi Are you able to give more information on exactly what you're trying to do? It is sounding like you're probably going to want to use a level threshold trigger to capture a block of data when the voltage exceeds a certain amount but I want to check that this would be the way to go for your applicat...
by NeilH
Wed Mar 27, 2024 3:13 pm
Forum: Introductions
Topic: G'day from Australia!
Replies: 1
Views: 4290

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

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

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: 3
Views: 1827

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

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

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...