User`s guide
Remote Interface (API) Programming Command Reference 6
E6651A User’s Guide 137
E6651_GetSSCINR
Declaration int E6651_GetSSCINR(BYTE MID, double * Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: SS CINR value when the SS is inter- operating
with E6651(Base Station
Emulator)
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve the SS CINR value when SS is inter- operating with
E6651. SS periodically reports CINR value to E6651.
E6651_GetSSRSSI
Declaration int E6651_GetSSRSSI(BYTE MID, double * Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: The SS RSSI value when SS is inter- operating
with E6651(Base Station Emulator)
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve the SS RSSI value when SS is inter- operating with
E6651. SS periodically reports RSSI value to E6651.
E6651_GetE6651TxPower
Declaration int E6651_GetE6651TxPower(BYTE MID, double *
Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: The SS Tx power value when SS is
inter- operating with E6651(Base Station
Emulator)
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve the SS Tx power value when SS is inter- operating
with E6651. SS periodically reports Tx power value to
E6651.