We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8480228 commit 79ffd34Copy full SHA for 79ffd34
ps6000Examples/ps6000SigGen.py
@@ -71,7 +71,7 @@
71
triggerSource = ctypes.c_int32(0)
72
73
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"])
+assert_pico_ok(status["SetSigGenBuiltIn"])
75
76
# Pauses the script to show signal
77
time.sleep(10)
0 commit comments