GpibGetSlowMode


Function

Retrieves wait time for every handshake.

Format

Ret = GpibGetSlowMode (  Id, SlowTime )

Parameter

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

Return Value

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

Initial Value

SlowTime

0

No wait

Remarks

 

Example

C

short SlowTime;

Ret = GpibGetSlowMode ( Id, &SlowTime );

See Also

GpibSendData | GpibRecData | GpibSetSlowMode