Search found 3 matches

by cbfsystems
Fri Sep 30, 2022 12:12 am
Forum: LabVIEW
Topic: Which dll functions to use
Replies: 0
Views: 13709

Which dll functions to use

The PicoScope dlls appear to export two sets of functions. One set corresponds to function names described in the Programmers Manual and the other set has the same names with "-2" appended to the end of the name. An example is "ps4000OpenUnitEx" and "ps4000OpenUnitEx-2". At least some of the LabVIEW...
by cbfsystems
Wed Jun 24, 2020 11:28 pm
Forum: LabVIEW
Topic: Getting probe type
Replies: 2
Views: 10484

Getting probe type

I am using a Picoscope 4444 with Picoconnect probes and LabView. My LabView application should be able to determine what type of probe is connected to each channel so that it can use appropriate range parameters with the ps4000aSetChannel function. I have tried using the getUserProbeTypeInfo functio...
by cbfsystems
Wed Nov 27, 2019 8:25 pm
Forum: LabVIEW
Topic: DC coupling setting not used
Replies: 1
Views: 5383

DC coupling setting not used

Hi. We are using a Picoscope 2206a, which I am trying to program using LabView. I call PicoScope2000aOpen.vi, PicoScope2000aSettings.vi, PicoScope2000aGetBlock.vi, then PicoScope2000aClose.vi. Only channel A is enabled. If the scope was previously configured with AC coupling on channel A the last ti...