Read-only |
About VISAPassthrough |
Description |
Returns the timeout value (in milliseconds) for pass-through commands for the specified VISA session. |
VB Syntax |
value = Vpassthru.GetVISATimeout (visaID) |
Variable |
(Type) - Description |
value |
(long) - Variable to store the returned value of the timeout. |
Vpassthru |
(object) - A VISAPassthrough object |
visaID |
(long) - VISA session number (see Open method). |
Return Type |
Long |
Default |
Not Applicable |
Examples |
value=Vpassthru.GetVISATimeout(2) |
C++ Syntax |
HRESULT GetVISATimeout(long session_num) |
Interface |
IVISAPassthrough |