Search found 7 matches

by tei
Thu Nov 16, 2017 3:37 pm
Forum: PicoScope 6 for Linux
Topic: Scopes not detected as serial devices
Replies: 1
Views: 3620

Scopes not detected as serial devices

We have two equivalent PicoScope 6402C on two different Ubuntu 14.04 (4.4.0-98-generic). Since yesterday (no obvious changes on the systems) the Picoscope are not detected as serial devices any more. Nevertheless the Picoscope are definitely connected since a "lsusb" shows: "Bus 002 Device 010: ID 0...
by tei
Tue Feb 14, 2017 12:58 pm
Forum: MATLAB
Topic: PicoScope 5204 with Matlab and Linux
Replies: 1
Views: 3615

PicoScope 5204 with Matlab and Linux

Hi, i'm not able to setup a PicoScope 5204 with Matlab on a Ubuntu system. I was able to setup a PicoScope 6000 and thought it is the same with the 5204 but I'm stuck: - SDK is up-to-date - PicoScope is running with the normal picotech software - Downloaded examples from mathworks-page: https://de.m...
by tei
Fri Jun 24, 2016 2:54 pm
Forum: MATLAB
Topic: Problems while lowering the sampling rate
Replies: 5
Views: 7511

Re: Problems while lowering the sampling rate

Unfortunately thats not working. Now I get the error: "No method with matching signature." [this.picoStatus.runBlock] = ... invoke(blockGroupObj, 'ps6000RunBlock', this.picoNumSamplesTriggerPre, this.picoNumSamplesTriggerPost, ... 1, 1, [], 1, [], []); I have to call ps6000RunBlock because I want to...
by tei
Fri Jun 24, 2016 9:39 am
Forum: MATLAB
Topic: Problems while lowering the sampling rate
Replies: 5
Views: 7511

Re: Problems while lowering the sampling rate

Thank you. I'm now trying to invoke "ps6000RunBlock" but I can't determine how to call it in the right way. I took 1 as the timebase to set it to 400ps and oversampling-rate to 1. I set timIndisposedMs to null and segementIndex to 1. What do I have to insert for lpReady and pParameter. The exception...
by tei
Wed Jun 22, 2016 1:37 pm
Forum: MATLAB
Topic: Problems while lowering the sampling rate
Replies: 5
Views: 7511

Problems while lowering the sampling rate

I need a configuration that triggers on channel D at 200mV captures 17 microsseconds of data at a sampling rate of 10ns on channel A and delivers it, then restarts. I calculated that 17microseconds with a sampling rate of 10ns should be 1700 postsamples. I have problems to catch the trigger when set...
by tei
Mon Jun 20, 2016 2:14 pm
Forum: MATLAB
Topic: get current config
Replies: 1
Views: 3688

get current config

When connection to the PicoScope via Matlab, one getting a information list for most important parameters. How can I invoke this after i have connected the device?
by tei
Fri Jun 17, 2016 8:22 am
Forum: MATLAB
Topic: Repeating Triggering 6402c
Replies: 15
Views: 17817

Repeating Triggering 6402c

I'm trying to configure a repeating trigger with Matlab 2014b. Therefore I change your Matlab-Streaming Example, but I don't find the configuration point in your documentation to set the trigger to "Repeat". In your PICOScope.GTK.exe there is the possibility to configure the Trigger in that way. At ...