You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a trigger (acquisition mode SINGLE) I can get a full acquisition. Now I would like to have one without a trigger.
Waiting for FullAcquisitionFetchProgress >= 1 does not seem to work. It waits forever.
Combining multiple Viewport sets (p.GetData(ChannelDataSourceScope.Viewport,...)) results in weird data, as if the Viewport data are only triggered small chunks.
What is the best way to get an X number of samples starting from 'now'?
The text was updated successfully, but these errors were encountered:
You can indeed set it to single to get a full acquisition without a trigger
caused by the signal, but in order for the scope to quit scanning for a
trigger, you need to send a trigger from your code manually usign
IScope.ForceTrigger()
<https://github.com/labnation/DeviceInterface/blob/master/src/Devices/IScope.cs#L142>
Once the scope stops scanning, it retains the acquired data in memory and
will start sending it to the host chunk by chunk
Jasper
On Thu, Apr 15, 2021 at 10:45 PM Willem-Jan de Hoog < ***@***.***> wrote:
Hi,
Using a trigger (acquisition mode SINGLE) I can get a full acquisition.
Now I would like to have one without a trigger.
Waiting for FullAcquisitionFetchProgress >= 1 does not seem to work. It
waits forever.
Combining multiple Viewport sets
(p.GetData(ChannelDataSourceScope.Viewport,...)) results in weird data, as
if the Viewport data are only triggered small chunks.
What is the best way to get an X number of samples starting from 'now'?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#13>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABPVLKXQOJZWXYVG5HXLXKDTI5F6HANCNFSM43AHCKMQ>
.
Hi,
Using a trigger (acquisition mode SINGLE) I can get a full acquisition. Now I would like to have one without a trigger.
Waiting for FullAcquisitionFetchProgress >= 1 does not seem to work. It waits forever.
Combining multiple Viewport sets (p.GetData(ChannelDataSourceScope.Viewport,...)) results in weird data, as if the Viewport data are only triggered small chunks.
What is the best way to get an X number of samples starting from 'now'?
The text was updated successfully, but these errors were encountered: