Retrieves TimeOut.
Ret = GpibGetTimeOut ( Id, TimeOut)
Id [ VB.NET: Short ][ C, C++: short ][ C#: short ]
Specifies DevID or EqpID.
Whichever it specifies, operation does not change.
TimeOut [ VB.NET: Integer ][ C, C++: long * ][ C#: out int ]
Retrieves TimeOut.
1 to 147483647(7FFFFFFFH) |
TimeOut (Value * [mSec]) |
0 |
No timeout |
Ret [ VB.NET: Integer ][ C, C++: long ][ C#: int ]
0 |
Normality completion |
10001 |
Invalid ID was specified |
10002 |
Driver can not be called |
11462 |
Pointer to TimeOut is NULL |
The others (See also: Details of Error Code)
TimeOut |
10000 |
10 Sec |
C |
long TimeOut; Ret = GpibGetTimeOut ( Id, &TimeOut ); |
GpibSendData | GpibRecData | GpibSetTimeOut