User`s guide

Remote Interface (API) Programming Command Reference 6
E6651A User’s Guide 155
E6651_SetPCTestMode
Declaration int E6651_SetPCTestMode(BYTE MID, int Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [in]: Power Control Test Mode of E6651(MID) to
be set.
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Set Power Control Test Mode of E6651(MID).
0: RNG- RSP
1: Power Control IE in UL- MAP
2: FPC
3: PMC- RSP
E6651_GetPCRNGRSPPowerAdjust
Declaration int E6651_GetPCRNGRSPPowerAdjust(BYTE MID, int *
Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: Current RNG- RSP Power Adjust value of
E6651(MID).
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve RNG- RSP Power Adjust value of E6651(MID). Limits
of Power Adjust: - 128 ~ 127.
E6651_SetPCRNGRSPPowerAdjust
Declaration int E6651_SetPCRNGRSPPowerAdjust(BYTE MID, int
Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [in]: RNG- RSP Power Adjust value of E6651(MID)
to be set.
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Set RNG- RSP Power Adjust value of E6651(MID). Limits of
Power Adjust: - 128 ~ 127.