Search found 7 matches

by labnet
Fri Oct 25, 2019 5:30 am
Forum: General Software Discussions
Topic: PicoScope 4444 low pass filter API
Replies: 4
Views: 4956

Re: PicoScope 4444 low pass filter API

I just came to post the same thing! [DllImport(_DRIVER_FILENAME, EntryPoint = "ps4000aSetBandwidthFilter")] public static extern UInt32 SetBandwidthFilter( short handle, Channel channel, BandwidthLimiter bandwidth ); Thanks for replying.
by labnet
Thu Oct 24, 2019 9:39 pm
Forum: General Software Discussions
Topic: Picoscope API Bitdepth
Replies: 2
Views: 3682

Re: Picoscope API Bitdepth

Thanks Martyn.
The API document I downloaded the website was R1 (not sure what link I followed to get an outdated manual), but the one in your link was R5 which had all the additional information for the 4444 series.
So, anyone reading this, check the revision of your API document!
by labnet
Thu Oct 24, 2019 4:09 am
Forum: General Software Discussions
Topic: Picoscope API Bitdepth
Replies: 2
Views: 3682

Picoscope API Bitdepth

The Picoscope 4444 spec says acquisition can be 12bit, 14bit, 16bit etc, but the APIs have no provision for setting bit depth. Questions. -What bit depth is being used when data is acquired by the API? -Can the bit depth be specified from the API? -Why even have 12 & 14bits as selectable, why not al...
by labnet
Thu Oct 24, 2019 3:54 am
Forum: PicoScope 6 for Windows
Topic: picoscope file format
Replies: 2
Views: 3373

picoscope file format

Where can I find the PS File Format.

I'm capturing large data files and txt/csv is too slow (ie minutes to save).
Picoscope looks to be binary which is much faster to read and process.
by labnet
Thu Oct 24, 2019 3:14 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: Streaming DataRate
Replies: 2
Views: 10723

Streaming DataRate

What happens if calls aren't made fast enough to pull data from the streaming buffer?
Does the dll drop data or buffer it?
If it drops data, what is the mechanism for letting the application know.
If it buffers data, how much does it buffer?
by labnet
Thu Oct 24, 2019 2:49 am
Forum: General Software Discussions
Topic: PicoScope 4444 low pass filter API
Replies: 4
Views: 4956

Re: PicoScope 4444 low pass filter API

Can I request that this function be added to the API.

Not being able to enable the hardware filters means we are now going to have to build external anti alias filters.
by labnet
Mon Oct 21, 2019 4:04 am
Forum: General Software Discussions
Topic: PicoScope 4444 low pass filter API
Replies: 4
Views: 4956

PicoScope 4444 low pass filter API

Within the PS6 app, you can enable a 1Mhz and 100kHz analog low pass filter.

Q1: What is the response of the filter
Q2: I can't find the API command to enable the analog filter.