Read-only
About VISAPassthrough

ReadBinary Method


Description

Returns data from the VISA pass-through device as a Safe Array of variants. Note that binary data transfers over sockets are not supported.

VB Syntax

value = Vpassthru.ReadBinary (visaID)

Variable

(Type) - Description

value

(variant) - Variable to store the returned data.

Vpassthru

(object) -  A VISAPassthrough object

visaID

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

Return Type

Safe Array of variants

Default

Not Applicable

Examples

value=Vpassthru.ReadBinary(1)

C++ Syntax

HRESULT ReadBinary(long session_num)

Interface

IVISAPassthrough