Search found 2 matches

by Pawel
Thu Dec 09, 2021 10:32 am
Forum: General Software Discussions
Topic: Run block function: Pre trigger samples
Replies: 2
Views: 5394

Re: Run block function: Pre trigger samples

Hey,

setting the preTriggerSamples = 0 didn't help... also, I don't think that has an effect on a function since we just use maxSamples as argument.

Best regards
Pawel
by Pawel
Mon Nov 29, 2021 2:27 pm
Forum: General Software Discussions
Topic: Run block function: Pre trigger samples
Replies: 2
Views: 5394

Run block function: Pre trigger samples

Hey, I have a problem with pre trigger samples using the run_block function. When I plot the recorded data, the trigger point is located in the middle though I do want the trigger to be the first data value. You can find my code below (just slightly adjusted example) import ctypes import numpy as np...