Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 405 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 405 Bytes

VISA wrapper for Julia

Bare-bones Julia wrapper for VISA libraries, using C calls. Tested with the NI-VISA library.

Pulled out of BBN-Q/Instruments.jl into a self-contained module.

Installation

Download and install the NI-VISA libraries.

Pkg.clone("https://github.com/PainterQubits/VISA.jl.git")
Pkg.build("VISA")