@@ -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
246246doc = """ 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
536536doc = """ 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
655655doc = """ 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