Skip to content

Commit 5605cc0

Browse files
author
neil-hamilton
authored
Merge pull request picotech#27 from momoson/master
Fix typo in ps6000SigGen.py
2 parents 755820b + 79ffd34 commit 5605cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ps6000Examples/ps6000SigGen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
triggerSource = ctypes.c_int32(0)
7272

7373
status["SetSigGenBuiltIn"] = ps.ps6000SetSigGenBuiltIn(chandle, 0, 2000000, wavetype, 10000, 10000, 0, 1, sweepType, 0, 0, 0, triggertype, triggerSource, 1)
74-
assert_pico_ok(status["SetSignGenBuiltIn"])
74+
assert_pico_ok(status["SetSigGenBuiltIn"])
7575

7676
# Pauses the script to show signal
7777
time.sleep(10)

0 commit comments

Comments
 (0)