Write-Read |
About GPIB Fundamentals |
Description |
Sets and returns the VNA GPIB address on the talker/listener bus. |
VB Syntax |
app.GPIBAddress (bus) = value |
Variable |
(Type) - Description |
app |
An Application (object) |
bus |
(Short Integer) GPIB bus. MUST be set to 0 - the talker/listener bus. |
value |
(Short Integer) GPIB Address on the VNA. Choose a value between 0 and 30. |
Return Type |
Short Integer |
Default |
16 |
Examples |
address=app.GPIBAddress(0) 'Read |
app.GPIBAddress(0)=16 'Write |
|
C++ Syntax |
HRESULT get_GPIBAddress(short busIndex, short* address); HRESULT put_GPIBAddress(short busIndex,short address); |
Interface |
IApplication8 |