Julia Language embeddedscripting for adding new analysis functions or input/output formats
Is this the first commercial software to use Julia as a scripting language (even exclusively seemingly; I do not see e.g. Python listed)?
[I mean there’s more commercial Julia software, like Dyad/JuliaSim (closely tied to JuliaHub), no other that I know of using Julia, from otherwise non-Julia software.]
Thanks, I contacted @gobrad and he confirmed that Sigview’s focus is lying on analyzing measured data. However, the output part might be handled via the Julia scripting function. Therefore, my first shot will be a combination of Sigview for data visualization and analysis (plus Julia scripts for more complex analysis on the receive side) as well as Julia plus NIDAQ.jl or the Python library nidaqmx (via PyCall.jl) to handle signal output.