Skip to content

FaresX/QInsControlCore.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QInsControlCore

Stable Dev Build Status Coverage

This package is used to resolve conflicts when multiple coprocesses send commands to the same instrument simultaneously.

install

before you install this package, you must make sure that you have installed the NI VISA.

julia> ]
(@v1.9) pkg> add https://github.com/FaresX/QInsControlCore.jl.git

usage

using QInsControlCore
cpu = Processor()
ct = Controller("VirtualInstr", "VirtualAddress")
login!(cpu, ct)
start!(cpu)
idn = ct(query, cpu, "*IDN?", Val(:query))
logout!(cpu, ct)
stop!(cpu)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages