User`s guide

142 E6651A User’s Guide
6 Remote Interface (API) Programming Command Reference
E6651_SetBSULPadUlMod
Declaration int E6651_SetBSULPadUlMod(BYTE MID, int Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [in]: UL Modulation Mode value to be set.
QPSK (CTC) 1/2: 1
QPSK (CTC) 3/4: 2
16- QAM (CTC) 1/2: 3
16- QAM (CTC) 3/4: 4
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Set modulation mode of E6651(MID) when E6651 is
operating in UL Padding Test mode.
E6651_GetBSULPadUlSlot
Declaration int E6651_GetBSULPadUlSlot(BYTE MID, int *
Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: UL Slot number information for UL Padding
Test.
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve UL Slot value of E6651(MID) when E6651 is
operating in UL Padding Test mode.
E6651_SetBSULPadUlSlot
Declaration int E6651_SetBSULPadUlSlot(BYTE MID, Value:
integer);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [in]: UL Slot value to be set for UL Padding Test.
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Set UL Slot value of E6651(MID) when E6651 is operating in
UL Padding Test mode.