Skip to content

Commit 9388b01

Browse files
author
neil.hamilton
committed
Remove ps6000aSetExternalClock functions from ps6000a.py as the function isn't a part of the API. Any reference in the programmer's guide is incorrect.
1 parent 45b25d8 commit 9388b01

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

picosdk/ps6000a.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -815,11 +815,3 @@ def __init__(self):
815815
PicoTemperatureSensorInteractions callback
816816
); """
817817
ps6000a.make_symbol("_SetTemperatureSensroInteractionCallback", "ps6000aSetTemperatureSensorInteractionCallback", c_uint32, [c_int16, c_void_p], doc)
818-
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)