Skip to content

Commit 7245746

Browse files
committed
Added ps6000aGetTriggerInfo() function
1 parent 3620f97 commit 7245746

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

picosdk/ps6000a.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,15 @@ def __init__(self):
602602
); """
603603
ps6000a.make_symbol("_GetValuesBulk", "ps6000aGetValuesBulk", c_uint32, [c_int16, c_uint64, c_void_p, c_uint64, c_uint64, c_uint64, c_uint32, c_void_p], doc)
604604

605+
doc = """ PICO_STATUS ps6000aGetTriggerInfo
606+
(
607+
int16_t handle,
608+
PICO_TRIGGER_INFO *startIndex,
609+
uint64_t firstSegmentIndex,
610+
uint64_t segmentCount,
611+
); """
612+
ps6000a.make_symbol("_GetTriggerInfo", "ps6000aGetTriggerInfo", c_uint32, [c_int16, c_void_p, c_uint64, c_uint64], doc)
613+
605614
doc = """ PICO_STATUS ps6000aGetValuesAsync
606615
(
607616
int16_t handle,

0 commit comments

Comments
 (0)