Search found 270 matches

by NeilH
Tue Sep 03, 2019 9:38 am
Forum: MATLAB
Topic: Issue While Making an App in MATLAB 2019a
Replies: 2
Views: 6222

Re: Issue While Making an App in MATLAB 2019a

Hi

Are you able to post your app code so that I can have a look what is going on and try to reproduce the issue?

Neil
by NeilH
Thu Aug 29, 2019 8:11 am
Forum: MATLAB
Topic: Problem connecting to picoscope 2204a via app designer
Replies: 2
Views: 6208

Re: Problem connecting to picoscope 2204a via app designer

Hi My guess would be that you're running the ps2000Config file which creates things within the workspace that are needed when using the addon to control the scope, so when using app designer you would need to modify this so that these are loaded into the app's workspace instead of the main MATLAB on...
by NeilH
Thu Aug 22, 2019 7:31 am
Forum: MATLAB
Topic: Simple Trigger + Max Continuous Streaming
Replies: 1
Views: 5178

Re: Simple Trigger + Max Continuous Streaming

Hi If you are wanting to use a trigger to initiate capture you will need to be using the block capture mode, as in streaming the data capture will start immediately upon calling RunStreaming. The trigger in streaming ca be used to mark a point within the streamed data and/or to work with the autosto...
by NeilH
Thu Aug 22, 2019 7:20 am
Forum: PicoLog
Topic: Control PicoLog by using Python
Replies: 9
Views: 7026

Re: Control PicoLog by using Python

Hi

We don't yet have support for the PT-104 in our repository, but if you have working code for controlling a PT-104 the way to get data is to call the UsbPt104GetValue function per channel you are wanting to get the data from to retrieve the most recent value from each channel in turn.

Neil
by NeilH
Thu Aug 15, 2019 12:32 pm
Forum: PicoLog
Topic: Control PicoLog by using Python
Replies: 9
Views: 7026

Re: Control PicoLog by using Python

What mode are you wanting to use?

Neil
by NeilH
Thu Aug 15, 2019 9:40 am
Forum: PicoLog
Topic: Control PicoLog by using Python
Replies: 9
Views: 7026

Re: Control PicoLog by using Python

Have you seen our python repository which includes support for the picolog 1000 series?
https://github.com/picotech/picosdk-python-wrappers
by NeilH
Thu Aug 15, 2019 8:26 am
Forum: General Software Discussions
Topic: Python -pico4000a - Not receiving anything from streaming mode
Replies: 1
Views: 2271

Re: Python -pico4000a - Not receiving anything from streaming mode

Hi

Currently we have only implemented streaming on the 2000a driver but it you look at the ps2000a.py file in the picosdk folder of the repository this will show how to implement this function for other device drivers and then the ps2000aStreamingExample.py will show to how call this function.

Neil
by NeilH
Thu Aug 15, 2019 8:22 am
Forum: PicoLog
Topic: Control PicoLog by using Python
Replies: 9
Views: 7026

Re: Control PicoLog by using Python

Hi

Are you able to post your code so I can have a look at what you've got so far?

Neil
by NeilH
Thu Aug 15, 2019 8:02 am
Forum: General Software Discussions
Topic: [Python Wrapper - pico4000a] Can we set attenuation of the picoscope?
Replies: 1
Views: 2286

Re: [Python Wrapper - pico4000a] Can we set attenuation of the picoscope?

Hi The attenuation would need to be corrected for after retrieving data from the device. If the device supports multiple hardware resolutions then you can switch between these using API functions, but the resolution enhancement feature with PicoScope 6 is a software feature rather than a driver or h...
by NeilH
Tue Aug 13, 2019 11:58 am
Forum: RF Products
Topic: PicoVNA Matlab Interface
Replies: 5
Views: 13298

Re: PicoVNA Matlab Interface

Hi When you get the error with v12 is the VNA open in the software or in any other instance on the PC? For v17 there is a bug with the current installer version that doesn't properly register the dll for use, to do this open the CMD as an administrator then navigate to C:\Windows\sysWOW64 then run t...
by NeilH
Tue Aug 13, 2019 7:22 am
Forum: General Software Discussions
Topic: Using Python Wrapper
Replies: 3
Views: 6741

Re: Using Python Wrapper

Hi

You don't need to download the full repository but you will definitely need the picosdk folder from the repository which contains files that define the link between the API functions from the dll and how they are called within python.

Neil
by NeilH
Fri Aug 09, 2019 1:37 pm
Forum: General Software Discussions
Topic: picologger python wrappers?
Replies: 6
Views: 5710

Re: picologger python wrappers?

Hi

We have a basic example for the pl1000 and its picosdk wrapper file for python available now on github
https://github.com/picotech/picosdk-python-wrappers

Neil
by NeilH
Thu Aug 08, 2019 12:38 pm
Forum: MATLAB
Topic: Connection With TC08 using Matlab
Replies: 1
Views: 4690

Re: Connection With TC08 using Matlab

Hi

Our latest TC-08 example for MATLAB can be found through the addon manager by searching for USB TC-08 Thermocouple Data Logger MATLAB Examples or from our github https://github.com/picotech/picosdk-usbtc08-matlab-examples

Neil
by NeilH
Thu Aug 08, 2019 7:34 am
Forum: General Software Discussions
Topic: ps30000blockexample cannot detect device
Replies: 1
Views: 1882

Re: ps30000blockexample cannot detect device

Hi

Have you got the PicoSDK installed with the bit version that matches your C# compiler?
The 3406D uses the 3000a driver so these are the examples that you'll need to use.

Neil
by NeilH
Thu Aug 08, 2019 7:33 am
Forum: General Software Discussions
Topic: picologger python wrappers?
Replies: 6
Views: 5710

Re: picologger python wrappers?

Hi

We are currently working to add picolog 1000 support to our python repository

Neil