User`s guide

Remote Interface (API) Programming Command Reference 6
E6651A User’s Guide 107
E6651_SetSPMMode
Declaration int E6651_SetSPMMode(BYTE MID, int Mode);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Mode [in]: Time Gate Mode information of E6651(MID)
when E6651 is operating is Spectrum
Analyzer mode.
ON: 1
OFF: 0
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Turn On or Turn Off Time Gate mode when E6651(MID) is
operating in Spectrum Analyzer mode.
E6651_GetUIQMax
Declaration int E6651_GetUIQMax(BYTE MID, double * Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: measured Maximum Flatness value when
E6651(MID) is operating in Uplink Flatness
Measure Mode.
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve Maximum Flatness value when E6651(MID) is
operating in Uplink Flatness Measure Mode.
E6651_GetUIQMin
Declaration int E6651_GetUIQMin(BYTE MID, double * Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: measured Minimum Flatness value when
E6651(MID) is operating in Uplink Flatness
Measure Mode.
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve Minimum Flatness value when E6651(MID) is
operating in Uplink Flatness Measure Mode.