See:
nidaqfor the hardware-limited sweep code.examplesfor different ways to interact with the NI DAQ.
Output:
outinvcoeff = [-outcoeff[1], 1.0] ./ outcoeff[2]
Vx = outinvcoeff[1] .+ outinvcoeff[2] .* xInput:
inpoly(incoeff) = s -> incoeff[1] + incoeff[2]*s + incoeff[3]*s^2 + incoeff[4]*s^3
inp = inpoly(incoeff)
Vy = inp.(y)- Clean up directories after a dry run
- Documentation
- Extract common functionality to enable creation of new scripts
- Session setup (set parameters like commit author?)
- Similarly automatic plotting
- Selective module loading (speed)