We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7768f commit 9fbe508Copy full SHA for 9fbe508
picosdk/ps6000a.py
@@ -20,7 +20,17 @@ def __init__(self):
20
21
ps6000a = Ps6000alib()
22
23
-ps6000a.DEFAULT_RESOLUTION = enums.PICO_DEVICE_RESOLUTION["PICO_DR_8BIT"]
+doc = """ void ps6000aExternalReferenceInteractions
24
+ (
25
+ int16_t handle,
26
+ PICO_STATUS status,
27
+ PICO_CLOCK_REFERENCE reference
28
+ ); """
29
+ps6000a.ExternalReferenceInteractionsReadyType = C_CALLBACK_FUNCTION_FACTORY(None,
30
+ c_int16,
31
+ c_uint32,
32
+ c_uint32)
33
+ps6000a.ExternalReferenceInteractionsReadyType.__doc__ = doc
34
35
doc = """ void ps6000aBlockReady
36
(
0 commit comments