Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

I have a Question when study source code about Remote Control.

Set GPIB = CreateObject("objVISA.VII")
  If GPIB Is Nothing Then
     MsgBox "Could not create GPIB object"
     Exit Sub
   Else
    GPIB.InterfaceName = "GPIB0"
  End If
 
I have two questions about the above source code.
1. What is the meaning of "objVISA.VII"? Why should Creatobject ("objVISA.VII")
2. What can I find the explanation about "GPIB0"?
 
Thank you.
0 Kudos
Message 1 of 2
(6,409 Views)
Sorry, I have a mistake that send this quesion twice. Please delete this one.
Thank you, Web manager.
0 Kudos
Message 2 of 2
(6,407 Views)