User`s guide
Remote Interface (API) Programming Command Reference 6
E6651A User’s Guide 141
UL Padding Test
E6651_SetBSULPadTest
Declaration int E6651_SetBSULPadTest(BYTE MID, int Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [in]: Activation information of UL Padding Test
ON: 1
OFF: 0
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Turn On or Turn Off UL Padding test of E6651(MID) when
E6651 is operating in Base Station Emulator mode.
E6651_GetBSULPadUlMod
Declaration int E6651_GetBSULPadUlMod(BYTE MID, int *
Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: Current UL Modulation Mode of E6651 (Base
Station Emulator)
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 Retrieve modulation mode information of E6651(MID) when
E6651 is operating in UL Padding Test mode.