Write-Read |
About IO Configuration |
Description |
Set and returns HiSLIP instrument number. |
VB Syntax |
IOConfig.HiSLIPAddress = value |
Variable |
(Type) - Description |
IOConfig |
An IOConfiguration object. |
value |
(Long) HiSLIP instrument number. |
Return Type |
Long |
Default |
0 (which renders "inst0") |
Examples |
IOConfig.HiSLIPAddress = 1 'Write value = IOConfig.HiSLIPAddress 'Read |
C++ Syntax |
HRESULT get HiSLIPAddress(long Address); HRESULT put HiSLIPAddress(long * Address); |
Interface |
IIOConfiguration |