Skip to content

Commit 8e87f8f

Browse files
committed
Added ps5000SetAutoTriggerMicroSeconds function
1 parent 598c69a commit 8e87f8f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

picosdk/ps5000a.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,14 @@ class PS5000A_PWQ_CONDITIONS (Structure):
489489
); """
490490
ps5000a.make_symbol("_SetTriggerChannelPropertiesV2", "ps5000aSetTriggerChannelPropertiesV2", c_uint32,
491491
[c_int16, c_void_p, c_int16, c_int16], doc)
492+
493+
doc = """ PICO_STATUS ps5000aSetAutoTriggerMicroSeconds
494+
(
495+
int16_t handle,
496+
uint64_t autoTriggerMicroseconds,
497+
); """
498+
ps5000a.make_symbol("_SetAutoTriggerMicroSeconds", "ps5000aSetAutoTriggerMicroSeconds", c_uint32,
499+
[c_int16, c_uint64], doc)
492500

493501
doc = """ PICO_STATUS ps5000aSetTriggerChannelConditions
494502
(

0 commit comments

Comments
 (0)