Write-Read
Configuring the analyzer for SICL/VISA

SICLAddress Property


Description

Sets and returns the PNA SICL address. This is the address used for SICL over LAN.  

 VB Syntax

app.SICLAddress = value

Variable

(Type) - Description

app

An Application (object)

value

(Integer) SICL Address of the PNA. Choose a value between 0 and 30.

Return Type

Short Integer

Default

16

Examples

address=app.SICLAddress 'Read

app.SICLAddress=16 'Write

C++ Syntax

HRESULT get_SICLAddress(short busIndex, short* address);

HRESULT put_SICLAddress(short busIndex,short address);

Interface

IApplication8