- First check the available VISA resources by following Command:
How to read data from Keithley Voltmeter and HP Signal Analyzer using VISA Interface
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I established the objects through the VISA innterface, but after trying to write the data from it I am recieving the error
"read(hpfreqanalyzer, 6)
Adaptor command 'setResourceAttribute' failed with status code: -480."
I checked the connection by trying to re establish the object and am now recieving the error
>> currentmeter = visadev("GPIB0::3::INSTR")
Resource string is invalid or resource was not found.
See related documentation for troubleshooting steps.
even though the object is in my window on the right hand side.
0 Kommentare
Antworten (1)
Sachin
am 7 Aug. 2023
Hi Andrew,
I understand that you want to read data from Keithley Voltmeter and HP Signal Analyzer using VISA interface.
Following workarounds might be helpful to you:
resourceList = visadevlist
2. Check and verify the VISA resources address (e.g., GPIB, USB, LAN). Double check the address and ensure it matches the physical connection of your instrument. Ensure that you have installed correct VISA driver for instrument.
3. Verify the instrument compatibility with VISA interface. Some older instruments may not be fully compatible with newer VISA drivers.
Here are some references that you can follow:
Thanks
Sachin
0 Kommentare
Siehe auch
Kategorien
Mehr zu Instrument Connection and Communication finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!