Write-only
About VISAPassthrough

SetVISATimeout Method


Description

Sets the timeout value (in milliseconds) for subsequent pass-through commands for the specified VISA session.

VB Syntax

Vpassthru.SetVISATimeout visaID, timeoutVal

Variable

(Type) - Description

Vpassthru

(object) -  A VISAPassthrough object

visaID

(long) VISA session number (see Open method).

timeoutVal

(long) Timeout value for the specified session identification number that is used when communicating with this device.

Default

2000

Examples

Vpassthru.SetVISATimeout 2,6000

C++ Syntax

HRESULT SetVISATimeout(long session_num, long timeout)

Interface

IVISAPassthrough