User`s guide

152 E6651A User’s Guide
6 Remote Interface (API) Programming Command Reference
E6651_GetPCNIPUSC
Declaration int E6651_GetPCNIPUSC(BYTE MID, int * Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: Current Power Level of E6651(MID)’s NI
PUSC
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve Power Level of E6651(MID)’s NI PUSC.
Limits of Power Level: 0~255(- 150dBm ~ - 22.5 dBm)
E6651_SetPCNIPUSC
Declaration int E6651_SetPCNIPUSC(BYTE MID, int value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [in]: Power Level of E6651(MID)’s NI PUSC to be
set.
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Set Power Level of E6651(MID)’s NI PUSC.
Limits of Power Level: 0~255(- 150dBm ~ - 22.5 dBm).
E6651_GetBSRNGRSPOffset
Declaration int E6651_GetBSRNGRSPOffset(BYTE MID, int *
Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: Current Power Offset is user can set
additionally during Initial Ranging or Periodic
Ranging.
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve Power Offset is user can set additionally during
Initial Ranging or Periodic Ranging.