@@ -305,7 +305,7 @@ def __init__(self):
305305 (
306306 int16_t handle,
307307 double dacClockFrequency,
308- uint64_t prescaleRation
308+ uint64_t prescaleRatio
309309 ); """
310310ps6000a .make_symbol ("_SigGenClockManual" , "ps6000aSigGenClockManual" , c_uint32 , [c_int16 , c_double , c_uint64 ], doc )
311311
@@ -412,7 +412,7 @@ def __init__(self):
412412 (
413413 int16_t handle,
414414 PICO_DIRECTION *directions,
415- int16_t nDurections
415+ int16_t nDirections
416416 ); """
417417ps6000a .make_symbol ("_SetTriggerChannelDirections" , "ps6000aSetTriggerChannelDirections" , c_uint32 , [c_int16 , c_void_p , c_int16 ], doc )
418418
@@ -542,7 +542,7 @@ def __init__(self):
542542 uint64_t maxPostTriggerSamples,
543543 int16_t autoStop,
544544 uint64_t downSampleRatio,
545- PICO_RATIO_MODE downSampelRationMode
545+ PICO_RATIO_MODE downSampelRatioMode
546546 ): """
547547ps6000a .make_symbol ("_RunStreaming" , "ps6000aRunStreaming" , c_uint32 , [c_int16 , c_void_p , c_uint32 , c_uint64 , c_uint64 , c_int16 , c_uint64 , c_uint32 ], doc )
548548
@@ -619,7 +619,7 @@ def __init__(self):
619619 int16_t handle,
620620 uint64_t startIndex,
621621 uint64_t *noOfSamples,
622- uint64_t downSampleRatioMode ,
622+ uint64_t downSampleRatio ,
623623 PICO_RATIO_MODE downSampleRatioMode,
624624 uint64_t fromSegementIndex,
625625 uint64_t toSegmentIndex,
0 commit comments