Skip to content

Commit 8513726

Browse files
author
neil.hamilton
committed
Correct typo in ps6000a.py
1 parent c6bcfb9 commit 8513726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

picosdk/ps6000a.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ def __init__(self):
697697
int16_t handle,
698698
PICO_CHANNEL_FLAGS enabledChannelFlags,
699699
uint32_t *timebase,
700-
double *timeInerval,
700+
double *timeInterval,
701701
PICO_DEVICE_RESOLUTION resolution
702702
); """
703703
ps6000a.make_symbol("_GetMinimumTimebaseStateless", "ps6000aGetMinimumTimebaseStateless", c_uint32, [c_int16, c_uint32, c_void_p, c_void_p, c_uint32], doc)

0 commit comments

Comments
 (0)