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 c366413 commit 3c844e4Copy full SHA for 3c844e4
picosdk/ps6000a.py
@@ -11,6 +11,7 @@
11
from picosdk.library import Library
12
from picosdk.ctypes_wrapper import C_CALLBACK_FUNCTION_FACTORY
13
from picosdk.constants import make_enum
14
+from picosdk.PicoDeviceEnums import picoEnum as enums
15
16
17
class Ps6000alib(Library):
@@ -19,6 +20,8 @@ def __init__(self):
19
20
21
ps6000a = Ps6000alib()
22
23
+ps6000a.DEFAULT_RESOLUTION = enums.PICO_DEVICE_RESOLUTION["PICO_DR_8BIT"]
24
+
25
doc = """ void ps6000aBlockReady
26
(
27
int16_t handle,
0 commit comments