User`s guide
Remote Interface (API) Programming Command Reference 6
E6651A User’s Guide 93
E6651_GetOutPowerOffset
Declaration int E6651_GetOutPowerOffset(BYTE MID, double *
Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: Current E6651’s Output power offset value
(dBm).
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve Output Power Offset value of E6651(MID). Output
Power Offset is introduced to compensate cable loss between
E6651 and DUT in output power perspective. When Output
Power Offset value is set, E6651 transmits output power
more than designated amplitude of E6651 so that measured
input power in the DUT front end shall match current
amplitude of E6651.
E6651_SetOutPowerOffset
Declaration int E6651_SetOutPowerOffset(BYTE MID, double
value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [in]: E6651’s Output Power Offset value to be set
(dBm).
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Set Output Power Offset value of E6651(MID).
E6651_SetSAFrequency
Declaration int E6651_SetSAFrequency(BYTE MID, double
value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [in]: Frequency value of SA mode to be set when
E6651 is operating in SA mode.
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Set Center Frequency of SA mode when E6651(MID) is
operating in SA mode.