Skip to content

Commit 63301a7

Browse files
author
neil.hamilton
committed
Correct incorrect data types in ps6000a.py
1 parent 4428367 commit 63301a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

picosdk/ps6000a.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ def __init__(self):
354354
double *maximumPermissibleValue,
355355
double *step
356356
); """
357-
ps6000a.make_symbol("_SigGenLimits", "ps6000aSigGenLimits", c_uint32, [c_int16, c_uint32, c_double, c_double, c_double], doc)
357+
ps6000a.make_symbol("_SigGenLimits", "ps6000aSigGenLimits", c_uint32, [c_int16, c_uint32, c_void_p, c_void_p, c_void_p], doc)
358358

359359
doc = """ PICO_STATUS ps6000aSigGenFrequencyLimits
360360
(

0 commit comments

Comments
 (0)