C# About RunStreaming()

Post your .Net discussions here
Post Reply
Amanda_LV
Newbie
Posts: 0
Joined: Tue Sep 13, 2022 1:06 am

C# About RunStreaming()

Post by Amanda_LV »

I want to know what parameters the sampling rate relates to when I sample in stream mode? That is, in the routine,CollectStreamingTriggered(). How do I set the maximum sampling speed that can be achieved ?Whether it is relevant to other functions called in the routine, for example,Imports.TriggerChannelProperties(),Imports.TriggerConditions(),and so on.
Looking forward to your response, this is very important to me

bennog
Advanced User
Advanced User
Posts: 208
Joined: Mon Nov 26, 2012 9:16 am
Location: Netherlands

Re: C# About RunStreaming()

Post by bennog »

Did you have a look at https://github.com/picotech/picosdk-c-sharp-examples
There is a streaming example for every type of scope.

Also examples of setting capture rate and voltages.

Benno

Post Reply