In the Script Editor itself are several examples, including oscilloscope and waveform generator demos, as well as a static I/O demo that makes use of the Digital channels. Scripts are written in the top editor, and the output of the scripts can be found in the bottom box. There is also ...
Is there a way to Clear Logger in the Script of Waveforms. Basically I want to export the data from logger in script (which I am able to do) but clear it after so the next export starts from a clean state. Thanks in advance
Hi I have created a working script in Waveform's script editor. However, my concern is I would need to automate the entire process. Ie: i would require a python script that can run the waveform's software then run the script from the script editor. Is there any resources or API that ...
- Script: access to Protocol UI Protocol.window.UART,SPI,I2C,AVR Fixed: - Scope FFT/Spectrum: phase -180...+180 3.23.60 (2025-03-12) digilent.waveforms_beta_v3.23.60_64bit.exe digilent.waveforms_beta_v3.23.60.dmg digilent.waveforms_beta_3.23.60_amd64.deb digilent.waveforms_beta_3.23....
I need CC/CV measurements too. Waveforms have built-in support for these measurements. But, I inspect the Waveforms SDK Reference Manual and all scripts in the Examples folder. I can not find a clue to how to achieve my goal. I want to learn how can we set "mode" with code. There ...
This image shows what I am trying to record with waveforms sdk. I used the code that you posted with slight differences but the results are not close to these which I get from waveforms. The device which I am trying to record runs at 8MHz. The sampling rate that I would like to get...
What is the latest version of waveforms ? RAJEEVA Members 14 attila Technical Forum Moderator 7.6k 347 RAJEEVA Members 14 attila Technical Forum Moderator 7.6k 347 Technical Forum Moderator 7.6k 347 PostedMarch 30, 2021 Hi@RAJEEVA From this piece of script I don't know what could be wrong...
Also, we checked digital IO example code "Digilent_Waveforms_Digital (DIG).vi" for pattern generation, but we couldn't find a way to access inbuilt 16K buffers for each output pin. Let me know if this is the correct application to be used. I referred the link below for digital IO ...
So, would you put just those two wires into a liquid and run the Impedance Analyzer tool in WaveForms? Would you expect to get consistent result for the same type of liquids? Thanks! Andras Andras Members 70 Cleber Borges Members 29
SPI values are captured with Waveforms as digital logic analyzer to a Pmod TPH2. I authored a Python script that will translate Pmod CLS SPI bus activity and Pmod SF3 SPI bus activity (in separate files) into human-readable statements of the bus transfers. The script: https://github....