User`s guide
134 E6651A User’s Guide
6 Remote Interface (API) Programming Command Reference
E6651_GetULBurstRepetition
Declaration int E6651_GetULBurstRepetition(BYTE MID, int *
Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: Current UL Burst Repetition value of
E6651(MID).
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve UL Burst Repetition value of E6651(MID).
E6651_SetULBurstRepetition
Declaration int E6651_SetULBurstRepetition(BYTE MID, int
Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [in]: UL Burst Repetition value of E6651(MID).
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Set UL Burst Repetition value of E6651(MID).
E6651_GetDLBurstRepetition
Declaration int E6651_GetDLBurstRepetition(BYTE MID, int *
Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: Current DL Burst Repetition value of
E6651(MID).
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve DL Burst Repetition value of E6651(MID).