Skip to content

Commit a14d1c1

Browse files
committed
Fix for Neil customer issue
1 parent 4890c24 commit a14d1c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

picosdk/ps6000.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ class PS6000_TRIGGER_INFO (Structure):
164164
_fields_ = [("status", c_uint32),
165165
("segmentIndex", c_uint32),
166166
("triggerIndex", c_uint32),
167-
("triggerTime", c_uint32),
167+
("triggerTime", c_uint64),
168168
("timeUnits", c_uint16),
169169
("reserved0", c_uint16),
170170
("timeStampCounter", c_uint64)]

0 commit comments

Comments
 (0)