Search found 270 matches

by NeilH
Thu Oct 11, 2018 1:26 pm
Forum: General Software Discussions
Topic: Python wrappers & windows recommendations?
Replies: 1
Views: 2630

Re: Python wrappers & windows recommendations?

Hi

Are you using the same version of the SDK on both set ups?
Is there any difference in the distribution of python between the two different windows versions?

Neil
by NeilH
Mon Oct 01, 2018 6:53 am
Forum: PicoScope 6 for Windows
Topic: PSDATA-Format
Replies: 4
Views: 6118

Re: PSDATA-Format

The new Python examples allow you to collect the data directly to Python bypassing the need for a .psdata file, the decoding of the .psdata file format is not possible as it is a proprietary format.
by NeilH
Mon Sep 24, 2018 8:25 am
Forum: General Software Discussions
Topic: Python Running examples on a 64bit computer with 32bit SDK
Replies: 1
Views: 3370

Re: Python Running examples on a 64bit computer with 32bit SDK

Hi

If you are using 32-bit python having the 64-bit SDK can cause issues when running on a 64-bit OS so it would be worth uninstalling the 64-bit SDK and retrying the examples

Neil
by NeilH
Tue Aug 21, 2018 8:57 am
Forum: Getting Started
Topic: Single Shot Half-Sine Wave
Replies: 1
Views: 2693

Re: Single Shot Half-Sine Wave

Hi

For the 5000 series you can't generate a half sine signal on a 5000A but the 5000B and 5000D variants are able to generate this signal type and have the triggers option for the signal generator to be able to generate a single shot of the waveform.
by NeilH
Mon Aug 06, 2018 9:43 am
Forum: General Software Discussions
Topic: ps2000_get_timebase2
Replies: 7
Views: 7771

Re: ps2000_get_timebase2

No problem

The 2000 programmer's guide is for the 2204A and the 2205A while the 2000A programmer's guide is for all other current 2000 series scopes
by NeilH
Thu Aug 02, 2018 7:44 am
Forum: General Software Discussions
Topic: ps2000_get_timebase2
Replies: 7
Views: 7771

Re: ps2000_get_timebase2

Hi

I've looked through the vb.net examples from our github page and I can't find a ps2000_get_timebase2

Would you be able to post either a screenshot or a code snippet with a few line either side of this function so I can see where it is?

Neil
by NeilH
Wed Aug 01, 2018 6:43 am
Forum: PicoScope 6 for Windows
Topic: 2204 AWG and stand-alone app?
Replies: 1
Views: 2467

Re: 2204 AWG and stand-alone app?

Hi Steven

We don't have a stand alone app for just controlling the AWG but you could use the API functions in the PicoSDK to create a custom application to do this

Neil
by NeilH
Wed Aug 01, 2018 6:42 am
Forum: General Software Discussions
Topic: ps2000_get_timebase2
Replies: 7
Views: 7771

Re: ps2000_get_timebase2

Hi

Which programming language are you using?
by NeilH
Wed Aug 01, 2018 6:41 am
Forum: PicoLog
Topic: Faster PicoLog Sampling Rate
Replies: 1
Views: 3059

Re: Faster PicoLog Sampling Rate

Hi If you're wanting to sample at high rates then using the PicoScope 6 software would probably be more suitable as this functions as something similar to a traditional front end. The PicoLog software is designed for long term logging of data so it has limits on the sample rate to allow this without...
by NeilH
Thu Jul 26, 2018 11:24 am
Forum: General Software Discussions
Topic: ps6000EnumerateUnits NULL not accepted
Replies: 1
Views: 3028

Re: ps6000EnumerateUnits NULL not accepted

Hi The values being passed need to be pointer so a null pointer would be needed for the serials input but the serials length input doesn't accept a null value so you should need to a 0 to this as that is the "length" of the serials input. We do have some new examples for python being created current...
by NeilH
Thu Jul 26, 2018 9:53 am
Forum: PicoLog
Topic: Driver question
Replies: 1
Views: 2612

Re: Driver question

Hi

There has been a driver installation bug fix in the latest version of PicoLog 6 available from our downloads page https://www.picotech.com/downloads
Would you be able to see whether this solves the problem you've been having?
by NeilH
Wed Jul 25, 2018 9:33 am
Forum: General Software Discussions
Topic: ps2000_get_timebase2
Replies: 7
Views: 7771

Re: ps2000_get_timebase2

Hi

Usually getTimebase2 returns the time interval as a float type number rather than a 32 bit integer type, though the PS2000 driver doesn't have a documented ps2000_get_timebase2 API function.

Where did you find this function?
by NeilH
Tue Jul 24, 2018 8:57 am
Forum: USB PC Oscilloscopes
Topic: Picoscope 2206BMSO power-up issue
Replies: 1
Views: 2889

Re: Picoscope 2206BMSO power-up issue

Hi Jeff

Would you be able to email into support@picotech.com so we can investigate this further please

Neil
by NeilH
Tue Jul 24, 2018 8:46 am
Forum: Getting Started
Topic: 2208 Sweep Measurement
Replies: 2
Views: 3324

Re: 2208 Sweep Measurement

Hi

When performing a FFT on a signal to transform it from time domain to frequency domain as happens for the Spectrum Mode in PicoScope 6, you should get a peak at 0 Hz which corresponds to the DC component of the signal.

Neil
by NeilH
Tue Jul 24, 2018 8:25 am
Forum: PicoLog
Topic: Picolog 6 configurations
Replies: 1
Views: 3185

Re: Picolog 6 configurations

Hi John

In PicoLog 6 you should be able to load the configuration files that you save by going to the Files tab and opening the appropriate configuation

Neil