Read-only |
About VISAPassthrough |
Description |
Returns data from the VISA pass-through device. |
VB Syntax |
value = Vpassthru.ReadString (visaID) |
Variable |
(Type) - Description |
value |
(string) - Variable to store the returned string data. |
Vpassthru |
(object) - A VISAPassthrough object |
visaID |
(long) VISA session number (see Open method). |
Return Type |
String |
Default |
Not Applicable |
Examples |
value=Vpassthru.ReadString(1) |
C++ Syntax |
HRESULT ReadString(long session_num) |
Interface |
IVISAPassthrough |