Retrieves wait time for every handshake.
Ret = GpibGetSlowMode ( Id, SlowTime )
Id [ VB.NET: Short ][ C, C++: short ][ C#: short ]
Specifies DevID or EqpID.
Whichever it specifies, operation does not change.
SlowTime [ VB.NET: Short ][ C, C++: short * ][ C#: out short ]
Retrieves wait time.
1 to 32767(7FFFH) |
Wait time (Value * [mSec]) |
0 |
Return to regular speed |
Ret [ VB.NET: Integer ][ C, C++: long ][ C#: int ]
0 |
Normality completion |
10001 |
Invalid ID was specified |
10002 |
Driver can not be called |
11762 |
Pointer to SlowTime is NULL |
The others (See also: Details of Error Code)
SlowTime |
0 |
No wait |
C |
short SlowTime; Ret = GpibGetSlowMode ( Id, &SlowTime ); |
GpibSendData | GpibRecData | GpibSetSlowMode