I haven't seen any libraries for GPIB or Visa. The NIDAQ library might be of interest (https://github.com/JaneliaSciComp/NIDAQ.jl).
Depending on your latency requirements, you could potentially use PyVISA via PyCall.jl (https://github.com/stevengj/PyCall.jl). On Fri, Jul 1, 2016 at 10:08 AM, Yared Melese <[email protected]> wrote: > Can Julia be used as instrument test Automation? Send commands via GPIB to > different instruments > > If so is there Visa library for it? > > Thanks > Yared >
