Search found 271 matches

by NeilH
Mon Mar 16, 2020 11:19 am
Forum: USB PC Oscilloscopes
Topic: PS4262 Cannot enable BW Limit from Python?
Replies: 1
Views: 4926

Re: PS4262 Cannot enable BW Limit from Python?

Hi

Are you able to post a code snippet showing exactly how you're current calling the ps4000SetBwFilter function in python

Neil
by NeilH
Mon Mar 09, 2020 8:52 am
Forum: General Software Discussions
Topic: [Python] PICO_INVALID_CHANNEL on ps4000aSetChannel
Replies: 1
Views: 5471

Re: [Python] PICO_INVALID_CHANNEL on ps4000aSetChannel

Hi Thomas

Have you been able to run our example code from the picosdk-python-wrappers repo from our github page https://github.com/picotech/picosdk-python-wrappers

Neil
by NeilH
Mon Feb 24, 2020 10:26 am
Forum: USB PC Oscilloscopes
Topic: Interface to Control Picoscope
Replies: 8
Views: 9464

Re: Interface to Control Picoscope

Hi We do not support VEE as there is not the demand for it to warrant the development time. We do have a range of examples for variety of programming languages hosted on our github page www.github.com/picotech that are designed to show how to control the devices using the PicoSDK in these languages....
by NeilH
Mon Feb 24, 2020 10:25 am
Forum: General Software Discussions
Topic: Agilent Vee 9.32 and new Picoscope 2204A: Signal generation
Replies: 3
Views: 8641

Re: Agilent Vee 9.32 and new Picoscope 2204A: Signal generation

Hi We do not support VEE as there is not the demand for it to warrant the development time. We do have a range of examples for variety of programming languages hosted on our github page www.github.com/picotech that are designed to show how to control the devices using the PicoSDK in these languages....
by NeilH
Thu Feb 20, 2020 8:35 am
Forum: LabVIEW
Topic: Introducing delay in data acquisition
Replies: 1
Views: 6138

Re: Introducing delay in data acquisition

What exactly are you trying to do?
by NeilH
Thu Feb 20, 2020 8:33 am
Forum: PicoScope 6 for Windows
Topic: Touch setup?
Replies: 4
Views: 5173

Re: Touch setup?

Hi Don

I'm afraid I don't have any information on a general release date currently

Neil
by NeilH
Wed Feb 19, 2020 10:32 am
Forum: PicoLog
Topic: Temperature rate of change
Replies: 6
Views: 17831

Re: Temperature rate of change

Hi

There is currently not an option in the maths channels of PicoLog 6 to do derivative on data.
I have raised this feature request with our development team

Neil
by NeilH
Wed Feb 19, 2020 9:12 am
Forum: MATLAB
Topic: Change timebase block mode
Replies: 3
Views: 8656

Re: Change timebase block mode

The return from the GetTimebase2 function should tell you if the timebase you passed is a valid timebase for how the scope is currently set up.

To set the timebase you do use the set(ps3000aDeviceObj, 'timebase', 0); line.
by NeilH
Fri Feb 14, 2020 8:45 am
Forum: General Software Discussions
Topic: Problem with decreasing sample interval
Replies: 2
Views: 4754

Re: Problem with decreasing sample interval

Hi Mustafa

If you are wanting to have a repeatable capture you would most likely need to use block mode with a trigger rather than streaming mode.

Neil
by NeilH
Tue Feb 11, 2020 9:18 am
Forum: MATLAB
Topic: PS3000A_ID_Streaming_Example application fft
Replies: 7
Views: 13514

Re: PS3000A_ID_Streaming_Example application fft

What exactly are you trying to do in MATLAB?
by NeilH
Fri Feb 07, 2020 8:31 am
Forum: PicoScope 6 for Windows
Topic: Touch setup?
Replies: 4
Views: 5173

Re: Touch setup?

Hi

We are currently working on a new version of PicoScope that is touch friendly.
There is a closed beta of the automotive version of the software currently running but it is only compatible with automotive scopes.

Neil
by NeilH
Fri Feb 07, 2020 7:46 am
Forum: MATLAB
Topic: Change timebase block mode
Replies: 3
Views: 8656

Re: Change timebase block mode

Hi

Have you tried passing 0 to the GetTimebase2 function and seen what the result it?
What device do you have?
What are you trying to do?

Neil
by NeilH
Tue Jan 21, 2020 9:30 am
Forum: MATLAB
Topic: Speed up "pollFastStreaming"/"isFastStreamingReady"?
Replies: 3
Views: 8008

Re: Speed up "pollFastStreaming"/"isFastStreamingReady"?

Hi Henrik The frequency of new data coming from the device will be dictated by how long it takes to transfer the data from the device over the USB and then do any other function calls are within the loop before it get back around to the next call to collect new data. The USB transfer time can be aff...
by NeilH
Mon Jan 20, 2020 10:16 am
Forum: MATLAB
Topic: Speed up "pollFastStreaming"/"isFastStreamingReady"?
Replies: 3
Views: 8008

Re: Speed up "pollFastStreaming"/"isFastStreamingReady"?

Hi Henrik

What exactly are you trying to do?

Neil
by NeilH
Thu Jan 09, 2020 11:53 am
Forum: RF Products
Topic: How to detect actual version of PicoVNA2 Control
Replies: 1
Views: 9516

Re: How to detect actual version of PicoVNA2 Control

The second number in the version number gives the version of the software while the third gives the version of the PicoControl dll installed by the installer, so installer V2.17.5.41 installs version 17 of PicoVNA 2 and version 5 of the PicoControl dll. The version numbers can also be found by going...