I managed to automatize test equipment using SCPI commands via a TCP/IP socket with these instruments. However I would like to use the VISA library using Java on a Linux machine. Is there any way to use a VISA library with Java? Should I create my own library? Any information would be welcome. I am a bit confused about this topic.
Update: I created my own wrapper with JNI to be able to use from Java code the NI-VISA C Library. It worked well!