QInsControlCore
Documentation for QInsControlCore.
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.gitusage
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)API
QInsControlCore.ControllerQInsControlCore.ProcessorBase.readBase.writeQInsControlCore.connect!QInsControlCore.disconnect!QInsControlCore.fast!QInsControlCore.find_resourcesQInsControlCore.instrumentQInsControlCore.isconnectedQInsControlCore.login!QInsControlCore.logout!QInsControlCore.queryQInsControlCore.reconnect!QInsControlCore.slow!QInsControlCore.start!QInsControlCore.stop!