User`s guide
Remote Interface (API) Programming Command Reference 6
E6651A User’s Guide 153
E6651_SetBSRNGRSPOffset
Declaration
int E6651_SetBSRNGRSPOffset(BYTE MID, int value);
Parameter MID [in]: E6651’s equipment number to be controlled
remotely.
Value [in]: Power Offset of E6651(MID) is user can set
additionally during Initial Ranging or Periodic
Ranging to be set.
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Set Power Offset of E6651(MID) is user can set additionally
during Initial Ranging or Periodic Ranging.
E6651_GetBSREPREQEnable
Declaration int E6651_GetBSREPREQEnable(BYTE MID, int *
Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: Current value is indicated that REP- REQ is
used or not
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve REP- REQ using or not value.
E6651_ GetBSREPREQEnable returns 0(Disable) if REP- REQ
was not used, or returns 1 if REP- REQ was used.
E6651_SetBSREPREQEnable
Declaration int E6651_SetBSREPREQEnable(BYTE MID, int
Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [in]: The value decides to use REP- REQ or not to
be set.
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Set the value decides to use REP- REQ or not of E6651(MID).
E6651_SetBSREPREQEnable sets 0(Disable) if REP- REQ will
not be used, or returns 1 if REP- REQ will be used.