Write-Read |
Configuring the analyzer for SICL/VISA |
Description |
Sets and returns the VNA 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 VNA. 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 |