Search found 36 matches

by Mmm22
Thu Aug 25, 2022 1:32 pm
Forum: General Software Discussions
Topic: Trigger point at t=0 and GetValuesTriggerTimeOffset
Replies: 4
Views: 1815

Re: Trigger point at t=0 and GetValuesTriggerTimeOffset

Martyn wrote:
Thu Aug 25, 2022 1:26 pm
The PicoScope software uses this functionality to ensure that all traces go through the trigger point.
As far as I understand, in this case the first 2 points in the waveform should be separated by time different from the sample period. I don't remember seeing this in PS.
by Mmm22
Thu Aug 25, 2022 12:25 pm
Forum: General Software Discussions
Topic: Trigger point at t=0 and GetValuesTriggerTimeOffset
Replies: 4
Views: 1815

Re: Trigger point at t=0 and GetValuesTriggerTimeOffset

Is the correction applied automatically in Picoscope?
by Mmm22
Wed Aug 24, 2022 7:03 am
Forum: General Software Discussions
Topic: Trigger point at t=0 and GetValuesTriggerTimeOffset
Replies: 4
Views: 1815

Trigger point at t=0 and GetValuesTriggerTimeOffset

After applying the time correction with GetValuesTriggerTimeOffset function, the 1st point time is not 0. Is it possible to consider the trigger level point at t=0 as an additional point we can add to the waveform?
by Mmm22
Thu Nov 05, 2020 12:35 pm
Forum: General Software Discussions
Topic: etsCycles and etsInterleave, 2208B
Replies: 4
Views: 6373

Re: etsCycles and etsInterleave, 2208B

Hi Gerry,
For some reason I don't see any influence of etsCycle value (as far as it is >= etsInterleave).
What is the reason for the two parameters not to be always eaual?
by Mmm22
Sat Oct 31, 2020 8:29 am
Forum: General Software Discussions
Topic: Rapid Block Mode with picosdk-python-wrappers only works once
Replies: 1
Views: 4695

Re: Rapid Block Mode with picosdk-python-wrappers only works once

Are you using the latest SDK version? I had the same problem with the previous SDK.
by Mmm22
Wed Oct 28, 2020 10:13 pm
Forum: General Software Discussions
Topic: etsCycles and etsInterleave, 2208B
Replies: 4
Views: 6373

etsCycles and etsInterleave, 2208B

1) In the Programmer's Guide it is noted that etsCycles is "the number of cycles to store". To store where? ps2000aGetValues returns only 1 waveform. 2) It is also noted in the description of etsCycles that "The computer can then select etsInterleave cycles to give the most uniform spread of samples...
by Mmm22
Mon Oct 26, 2020 9:44 pm
Forum: General Software Discussions
Topic: Analog BW filter in SDK?
Replies: 1
Views: 4350

Analog BW filter in SDK?

There is a possibility to set the BW filter in the Picoscope software, but I cannot find the function in the SDK (2208B). Where is it?
by Mmm22
Mon Oct 26, 2020 9:36 pm
Forum: LabVIEW
Topic: absolute trigger time stamp in rapid block mode 6404D
Replies: 9
Views: 10988

Re: absolute trigger time stamp in rapid block mode 6404D

Hi Mirco There is a function to get the number of sample intervals between triggers in rapid block mode but it is undocumented. The definition of the function ps6000GetTriggerInfoBulk can be found in the header file in the PicoSDK folder. The ps5000a programmer's guide has a ps5000aGetTriggerInfoBu...
by Mmm22
Tue Oct 20, 2020 1:10 pm
Forum: General Software Discussions
Topic: Maximum number of segments in rapid trigger mode, 2208B
Replies: 6
Views: 8114

Re: Maximum number of segments in rapid trigger mode, 2208B

Are you able to show the code which you're using? I used the PicoScope2000aExampleRapidBlockBulkMSO.vi example, but I am pretty sure it will be the same for any rapid block example. https://github.com/picotech/picosdk-ni-labview-examples/blob/master/ps2000a/32-bit-examples/PicoScope2000aExampleRapi...
by Mmm22
Tue Oct 20, 2020 7:46 am
Forum: General Software Discussions
Topic: Maximum number of segments in rapid trigger mode, 2208B
Replies: 6
Views: 8114

Re: Maximum number of segments in rapid trigger mode, 2208B

NeilH wrote:
Tue Oct 20, 2020 7:41 am
Hi

In the specifications the maximum waveforms in rapid trigger mode for the 2208B is 10000.
If trying to set a value greater than this then a error will be returned by the scope to that function call.

Neil
Datasheet says that 10000 is for the PicoScope software, 500000 for the SDK.
by Mmm22
Sun Oct 18, 2020 9:16 pm
Forum: General Software Discussions
Topic: Maximum number of segments in rapid trigger mode, 2208B
Replies: 6
Views: 8114

Maximum number of segments in rapid trigger mode, 2208B

When I try to set the number of blocks more than 32k, _ps2000aMemorySegments@12 function throws error 5030 "PICO_TOO_MANY_SEGMENTS: Not possible to create number of segments requested". This behavior is independent of the number of samples in each block, as well as x32 or x64 drivers. According to t...
by Mmm22
Tue Sep 22, 2020 8:07 am
Forum: PicoScope 6 for Windows
Topic: Is it possible to make the Picoscope software use complete data for math channels and measurements?
Replies: 5
Views: 5764

Re: Is it possible to make the Picoscope software use complete data for math channels and measurements?

PicoScope 6 is sent both downsampled and raw data, from the hardware, during a capture, and displays the data downsampled sufficiently for the zoom level selected Hi Gerry, I thought that the whole reason for downsampling is to reduce the data transfer time via USB. But you say that downsampled dat...
by Mmm22
Wed Sep 16, 2020 7:39 am
Forum: PicoScope 6 for Windows
Topic: Is it possible to make the Picoscope software use complete data for math channels and measurements?
Replies: 5
Views: 5764

Is it possible to make the Picoscope software use complete data for math channels and measurements?

Is it possible to make the Picoscope software use complete data (rather than downsampled one) for math channels and measurements?
by Mmm22
Sat Aug 22, 2020 10:46 am
Forum: Getting Started
Topic: ETS mode
Replies: 6
Views: 11496

Re: ETS mode

Hi Gerry,
I still cannot get what is the difference between ETS and STS. Both use delays to have more samples/s than the real sampling rate.