Search found 6 matches

by royhersh
Wed Dec 19, 2018 8:59 am
Forum: Applications
Topic: siggeneration function
Replies: 3
Views: 12838

Re: siggeneration function

hey, I had work on it awhile, and found out more technical problems. I am working with 2206BMSO, I need to write python script which jump between two frequencies every 1/(2*f) seconds. from my checking the device is not switching fast enough when I checking it in the following code. assume that slee...
by royhersh
Wed Dec 05, 2018 12:40 pm
Forum: Applications
Topic: siggeneration function
Replies: 3
Views: 12838

Re: siggeneration function

thanks! like this? dc_voltage = ctypes.c_int16(5) #PS2000_DC_VOLTAGE sweepType = ctypes.c_int32(0) triggertype = ctypes.c_int32(0) triggerSource = ctypes.c_int32(0) zero = 0.03 status["SetSigGenBuiltIn"] = ps.ps2000aSetSigGenBuiltIn(chandle, 0, 2000000, dc_voltage, zero, zero, 0, 0.5, sweepType, 0, ...
by royhersh
Tue Nov 27, 2018 5:34 pm
Forum: Applications
Topic: siggeneration function
Replies: 3
Views: 12838

siggeneration function

status["SetSigGenBuiltIn"] = ps.ps2000aSetSigGenBuiltIn(chandle, 0, 2000000, wavetype, 10000, 10000, 0, 1, sweepType, 0, 0, 0, triggertype, triggerSource, 1) assert_pico_ok(status["SetSigGenBuiltIn"]) # Pauses the script to show signal time.sleep(10) hello all, I am using picoscope from 2000a serie...
by royhersh
Sun Nov 18, 2018 6:39 pm
Forum: PicoScope 6 for Windows
Topic: setup.py failing!
Replies: 1
Views: 3525

setup.py failing!

hello, I have picoscope 6404D, I am trying to write python code that will make sweep on sound range. I found the git and this siggen.py file https://github.com/picotech/picosdk-python-wrappers/blob/master/ps6000Examples/ps6000SigGen.py, however when we try to run it we fail. I have picoscope gui and...
by royhersh
Sun Nov 18, 2018 6:34 pm
Forum: PicoScope 6 for Windows
Topic: ps6000SigGen.py
Replies: 2
Views: 4370

Re: ps6000SigGen.py

hello, after reinstalling the picosdk and moving the python files to some other directory. I got new error message, when i try to run "python3 setup.py install". This error is very odd since i did not install any 32 bit program. "C:\Users\user\AppData\Local\Programs\Python\Python35-32\python.exe" "C...
by royhersh
Tue Nov 13, 2018 5:57 pm
Forum: PicoScope 6 for Windows
Topic: ps6000SigGen.py
Replies: 2
Views: 4370

ps6000SigGen.py

hello, we have picoscope 6404D are trying to write python code that will make sweep on sound range. we found the git and this siggen.py file https://github.com/picotech/picosdk-python-wrappers/blob/master/ps6000Examples/ps6000SigGen.py , however when we try to run it we fail. we have picoscope gui a...