User`s guide
140 E6651A User’s Guide
6 Remote Interface (API) Programming Command Reference
E6651_SetBSRunTest
Declaration int E6651_SetBSRunTest(BYTE MID, int Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [in]: Activation information of Test Mode
ON: 1
OFF: 0
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Turn On or Turn Off test mode of E6651(MID) when E6651
is operating in Base Station Emulator mode.
E6651_GetDLPayloadPattern
Declaration int E6651_GetDLPayloadPattern(BYTE MID, int *
Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: Current Payload Pattern value of E6651(MID).
1: Random Mode
0: Pattern Mode
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve Payload Pattern value of E6651(MID).
E6651_SetDLPayloadPattern
Declaration int E6651_SetDLPayloadPattern(BYTE MID, int
Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [in]: Payload Pattern value of E6651(MID) to be
set.
1: Random Mode
0: Pattern Mode
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Set Payload Pattern value of E6651(MID).