Skip to content

slowbrain/Instruments.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instruments

Instrument control with Julia.

Documentation

Available online.

Quick Start

using Instruments

instruments = find_resources() # returns a list of VISA strings for all found instruments
uwSource = Instrument()
connect!(uwSource, "GPIB0::28::INSTR")
query(uwSource, "*IDN?") # prints "Rohde&Schwarz,SMIQ...."
disconnect!(uwSource)

About

Instrument control in Julia

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 100.0%