User`s guide

148 E6651A User’s Guide
6 Remote Interface (API) Programming Command Reference
E6651_GetBSDLPingLength
Declaration int E6651_GetBSDLPingLength(BYTE MID, int *
Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [in]: Payload Length value in DL Ping test (1 ~
3000)
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve Payload length value of E6651(MID) when E6651 is
operating in DL Ping Test mode.
E6651_SetBSDLPingLength
Declaration int E6651_SetBSDLPingLength(BYTE MID, int
Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [in]: Payload Length value to be set for DL Ping
Test (1 ~ 3000)
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Set Payload length value of E6651(MID) when E6651 is
operating in DL Ping Test mode.
E6651_GetBSDLPingRate
Declaration int E6651_GetBSDLPingRate(BYTE MID, int *
Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: Frame Rate information for DL Ping Test.
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve Frame Rate information of E6651(MID) when E6651
is operating in DL Ping Test mode.