Write-only
About VISAPassthrough

WriteString Method


Description

Sends ASCII string data to the VISA pass-through device.

VB Syntax

Vpassthru.WriteString visaID, text

Variable

(Type) - Description

Vpassthru

(object) -  A VISAPassthrough object

visaID

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

text

(string) Text to be sent to the VISA pass-through device (usually a command).

Return Type

Not Applicable

Default

Not Applicable

Examples

Vpassthru.WriteString 2,"*IDN?"

C++ Syntax

HRESULT WriteString(long session_num, string text)

Interface

IVISAPassthrough