User`s guide

Remote Interface (API) Programming Command Reference 6
E6651A User’s Guide 145
E6651_GetBSDLUdpRate
Declaration int E6651_GetBSDLUdpRate(BYTE MID, int * Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: Frame Rate information for DL UDP 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 UDP Test mode. Frame Rate determines
how many frames are allocated for one data packet
transmission. For example, single packet size is 300bytes and
frame rate is three, then 300bytes data are transmitted over
3 frames period.
E6651_SetBSDLUdpRate
Declaration int E6651_SetBSDLUdpRate(BYTE MID, int * Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: Frame Rate value to be set for DL UDP Test.
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Set Frame Rate value of E6651(MID) when E6651 is
operating in DL UDP Test mode.
E6651_GetBSDLUdpTotal
Declaration int E6651_GetBSDLUdpTotal(BYTE MID, int *
Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: Total Packet value information for DL UDP
Test.
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve Total Packet value of E6651(MID) when E6651 is
operating in DL UDP Test mode.