Skip to content

Commit 45b25d8

Browse files
author
neil.hamilton
committed
Temporarily comment out ps6000aSetExternalClock
1 parent d74b725 commit 45b25d8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

picosdk/ps6000a.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -816,10 +816,10 @@ def __init__(self):
816816
); """
817817
ps6000a.make_symbol("_SetTemperatureSensroInteractionCallback", "ps6000aSetTemperatureSensorInteractionCallback", c_uint32, [c_int16, c_void_p], doc)
818818

819-
doc = """ PICO_STATUS ps6000aSetExternalClock
820-
(
821-
int16_t handle,
822-
PICO_EXTERNAL_FREQUENCY frequency,
823-
int16_t threshold
824-
); """
825-
ps6000a.make_symbol("_SetExternalClock", "ps6000aSetExternalClock", c_uint32, [c_int16, c_uint32, c_int16], doc)
819+
# doc = """ PICO_STATUS ps6000aSetExternalClock
820+
# (
821+
# int16_t handle,
822+
# PICO_EXTERNAL_FREQUENCY frequency,
823+
# int16_t threshold
824+
# ); """
825+
# ps6000a.make_symbol("_SetExternalClock", "ps6000aSetExternalClock", c_uint32, [c_int16, c_uint32, c_int16], doc)

0 commit comments

Comments
 (0)