Skip to content

Commit 8116166

Browse files
author
neil.hamilton
committed
Add default resolution to ps6000a.py
1 parent 1d24ac8 commit 8116166

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

picosdk/ps6000a.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ def __init__(self):
2020

2121
ps6000a = Ps6000alib()
2222

23+
ps6000a.DEFAULT_RESOLUTION = enums.PICO_DEVICE_RESOLUTION("PICO_DR_8BIT")
24+
2325
doc = """ void ps6000aExternalReferenceInteractions
2426
(
2527
int16_t handle,

0 commit comments

Comments
 (0)