Missing GetValuesTriggerTimeOffsetBulk64

Post your .Net discussions here
Post Reply
picowally
Newbie
Posts: 1
Joined: Wed Mar 16, 2022 6:29 pm

Missing GetValuesTriggerTimeOffsetBulk64

Post by picowally »

Hello!
I am trying to get Rapid Block mode running in C# with a 2208B, but the GetValuesTriggerTimeOffsetBulk64 method was not included in the Imports-class.
Is there any way to get the times for a bulk recording in C#?
Thanks!

P.S.: It seems to be available in the python examples.
Last edited by picowally on Wed Apr 20, 2022 9:32 am, edited 1 time in total.

Martyn
Site Admin
Site Admin
Posts: 4491
Joined: Fri Jun 10, 2011 8:15 am
Location: St. Neots

Re: Missing GetValuesTriggerTimeOffsetBulk64

Post by Martyn »

As you may have worked out from your other post this function does not give any timing information between adjacent triggers, instead it is a mathematical function performed in the drivers so that they can report to the PicoScope application what fraction of a sample before the indicated trigger sample the trigger theoretically fired. The reason the function is useful to PicoScope 6/7 is that it allows all waveform buffers to be drawn through the trigger diamond.

Our higher end scopes (5000 and 6000 series) do have the additional capability to count the number of sample intervals between adjacent triggers.
Martyn
Technical Support Manager

picowally
Newbie
Posts: 1
Joined: Wed Mar 16, 2022 6:29 pm

Re: Missing GetValuesTriggerTimeOffsetBulk64

Post by picowally »

Thanks so much for the clarification.
I'm actually just happy to find out, I'm not the only one mislead :-)

Post Reply