Skip to content

Commit 62a9ae6

Browse files
author
neil.hamilton
committed
Correct typos in ps6000a.py
1 parent 8a9519b commit 62a9ae6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

picosdk/ps6000a.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def __init__(self):
241241
double peakToPeakVolts,
242242
double offsetVolts
243243
); """
244-
ps6000a.make_symbol("_SigGenRange", "ps6000aSignGenRange", c_uint32, [c_int16, c_double, c_double], doc)
244+
ps6000a.make_symbol("_SigGenRange", "ps6000aSigGenRange", c_uint32, [c_int16, c_double, c_double], doc)
245245

246246
doc = """ PICO_STATUS ps6000aSigGenWaveformDutyCycle
247247
(
@@ -531,7 +531,7 @@ def __init__(self):
531531
int16_t handle,
532532
int16_t *ready
533533
); """
534-
ps6000a,make_symbol("_IsReady", "ps6000aIsReady", c_uint32, [c_int16, c_void_p], doc)
534+
ps6000a.make_symbol("_IsReady", "ps6000aIsReady", c_uint32, [c_int16, c_void_p], doc)
535535

536536
doc = """ PICO_STATUS ps6000aRunStreaming
537537
(
@@ -650,7 +650,7 @@ def __init__(self):
650650
(
651651
int16_t handle,
652652
); """
653-
ps6000a,make_symbol("_Stop", "ps6000aStop", c_uint32, [c_int16], doc)
653+
ps6000a.make_symbol("_Stop", "ps6000aStop", c_uint32, [c_int16], doc)
654654

655655
doc = """ PICO_STATUS ps6000aSetNoOfCaptures
656656
(
@@ -810,4 +810,4 @@ def __init__(self):
810810
int16_t handle,
811811
PicoTemperatureSensorInteractions callback
812812
); """
813-
ps6000a.make_symbol("_SetTemperatureSensroInteractionCallback", "ps6000aSetTemperatureSensorInteractioNCallback", c_uint32, [c_int16, c_void_p], doc)
813+
ps6000a.make_symbol("_SetTemperatureSensroInteractionCallback", "ps6000aSetTemperatureSensorInteractionCallback", c_uint32, [c_int16, c_void_p], doc)

0 commit comments

Comments
 (0)