-
Hello,
I started working with RedPitaya recently because I have an application where I need to acquire large amounts of data (>2 MSamples) at high sampling rates (>100 MSamples/s). The direct memor…
-
well, i would like to use this scpi-parser in a mutithread application, is there any guides? thanks.
-
If you use Vrekrer_scpi_parser library, please post your project here.
-
In embedded EEZ-Flow projects I would like to be able to easily generate code that processes SCPI commands. For this a UI interface is needed to specify the SCPI commands (probably a panel derived fro…
-
I think command `*ESE #B01010210` should generate `SCPI_ERROR_INVAL_CHAR_IN_NUMBER` error (here, character `'2'` is invalid). Currently, parser generates three(!) `SCPI_ERROR_INVALID_CHARACTER` errors…
-
How much of trouble is to support SCPI commands list in PROGMEM on AVR? Usually, there is not much SRAM on these microcontrollers (in my case 8K) and my SCPI commands list is taking a lots of it and s…
-
Hi, when trying to use the `update!` function to update a RedPitaya to the newest v0.6.0 release, the build process https://github.com/tknopp/RedPitayaDAQServer/blob/12b4178cc27f0a9b31cd64a948e06f5dd3…
-
Hello @j123b567, have you ever considered making the number of significant digits returned by SCPI_ResultDouble configurable? Or perhaps creating another function (e.g. "SCPI_ResultDoubleN(scpi_t * co…
-
* `FREQuency` or `PERiod` for the base clock
* `CHANnel#:NUMerator` and `CHANnel#:DENominator` to set the multiplier for a channel
* `CHANnel#:DELay` to set the delay/phase
* `CHANnel#:WIDth` for t…
-
I want to use the Full error list. When i push error, the error number reported is good but the string returned is always: Unknow Error
Example:
int16_t err;
err=SCPI_ERROR_SYNTAX; //…