Function
Retrieves wait time for every handshake.
Format
Ret = GpibGetSlowMode ( Id, SlowTime )
Parameter
Id [ short ]
Specifies DevID or EqpID.
Whichever it specifies, operation does not change.
SlowTime [ short * ]
Retrieves wait time.
1 to 32767(7FFFH) |
Wait time (Value * [mSec]) |
0 |
Return to regular speed |
Return Value
Ret [ Long ]
0 |
Normality completion |
10001 |
Invalid ID was specified |
10002 |
Driver can not be called |
11762 |
Pointer to SlowTime is NULL |
Initial Value
SlowTime |
0 |
No wait |
Example
C |
short SlowTime; Ret = GpibGetSlowMode ( Id, &SlowTime ); |
Remark
See Also