-
* `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…
-
When adding a new IEXT, the corresponding SCPI command help is not displayed. Only after restarting EEZ Studio will the help text be displayed.
-
I was asked to add a help mechanism to list all currently supported scpi commands. Hopefully I haven't overlooked another implementation somewhere. I'd love to hear your thoughts on the approach desc…
-
Idea is to generate over time a collection of various examples how to communicate with firmware via 3rd party so-called SCPI controller software. That could be, if applicable, LabVIEW, BenchVue, MyOpe…
-
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,
I'd like to use `tm_devices` to save and transfer a screenshot via SCPI on the Tek MDO3104. I am using this example code: https://github.com/tektronix/tm_devices/blob/main/examples/scopes/te…
-
Hello guys. I would like to ask your opinion about SCPI support for opendps.
SCPI (Standard Commands for Programmable Instruments) is industrial standard for controlling of measuring equipment and…
-
It would be nice to support arrays of larger types in arbitrary block.
Currently, there is only one function for parameter `SCPI_ParamArbitraryBlock()` and one for result `SCPI_ResultArbitraryBlock()…
-
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…
-
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; //…