User`s guide

Remote Interface (API) Programming Command Reference 6
E6651A User’s Guide 125
E6651_SetBSPreamble
Declaration int E6651_SetBSPreamble(BYTE MID, BYTE Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [in]: Preamble Index value to be set when E6651
is operating in Base Station Emulator mode.
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Set Preamble Index value of E6651(MID) when E6651 is
operating in Base Station Emulator Mode.
E6651_GetBSUlPermbase
Declaration int E6651_GetBSUlPermbase(BYTE MID, int *
Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: Current Permutation base value of
E6651(MID) when E6651 is operating in Base
Station Emulator mode.
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve Current Permutation base value of E6651(MID)
when E6651 is operating in Base Station Emulator Mode.
E6651_SetBSUlPermbase
Declaration int E6651_SetBSUlPermbase(BYTE MID, int Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [in]: UL Permutation base value to be set when
E6651 is operating in Base Station Emulator
mode.
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Set UL Permutation base value of E6651(MID) when E6651
is operating in Base Station Emulator Mode.