C# exemple

Post any questions you may have about our current range of oscilloscopes
Post Reply
omar

C# exemple

Post by omar »

Hello,
we have a Picoscope 6402 and we want to commucate with it in C# language.
we do some test with the ps6000.dll and it seems work well. But the function are too high level for us.
exemple with the functionps6000SetChannel(short handle,PS6000_CHANNEL channel,short enabled,PS6000_COUPLING type,PS6000_RANGE range,float analogueOffset,PS6000_BANDWIDTH_LIMITER bandwidth);
we want to enable or disable the channel independently to the range.

so is there another way to use low level commands ( or to create it).

another question:
All oscilloscope as Tektronix,Lecroy or agilent can communicate by using VISA communication. is it the case for the Picoscope?

Thanks

Chris
Site Admin
Site Admin
Posts: 169
Joined: Tue Aug 17, 2010 9:00 am
Location: St. Neots

Re: C# exemple

Post by Chris »

We do not currently have a C# example for the 6000.

The ps5000 has very similar function calls, and has a C# example, so that would be a good place to start looking into how to write your own application, but it will need some modification work to get it to work with the ps6000.

We do not use VISA communication.

Post Reply