Skip to content

Commit 7caa335

Browse files
author
neil.hamilton
committed
Correct typos for ps6000a
1 parent 993c668 commit 7caa335

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

picosdk/PicoDeviceEnums.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ def _define_channel():
4646
PICO_PORT1 = 129
4747
PICO_PORT2 = 130
4848
PICO_PORT3 = 131
49-
PIOC_EXTERNAL = 1000
50-
PICI_TRIGGER_AUX = 1001
49+
PICO_EXTERNAL = 1000
50+
PICO_TRIGGER_AUX = 1001
5151
PICO_PULSE_WIDTH_SOURCE = 0x10000000
5252
PICO_DIGITAL_SOURCE = 0x10000001
5353

picosdk/ps6000a.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def __init__(self):
224224
uint64_t *maxSamples,
225225
uint64_t segmentIndex
226226
); """
227-
ps6000a.make_symbol("_GetTimebase", "ps6000aGetTimebase", c_uint32, [c_int16, c_uint32, c_uint64, c_void_p, c_uint64, c_uint64], doc)
227+
ps6000a.make_symbol("_GetTimebase", "ps6000aGetTimebase", c_uint32, [c_int16, c_uint32, c_uint64, c_void_p, c_void_p, c_uint64], doc)
228228

229229
doc = """ PICO_STATUS ps6000aSigGenWaveform
230230
(

0 commit comments

Comments
 (0)