User`s guide

Remote Interface (API) Programming Command Reference 6
E6651A User’s Guide 113
E6651_GetDLPilotEVMPct
Declaration int E6651_GetDLPilotEVMPct(BYTE MID, double *
Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: measured Pilot EVM value when E6651 is
operating in SA DL Measure Mode. (%)
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Get measured Pilot EVM value of E6651(MID) when E6651 is
operating in SA DL Measure Mode.
E6651_SetSAWindowType
Declaration int E6651_SetSAWindowType(BYTE MID, int
WindowType);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
WindowType [in]: Windowing type of E6651(MID) when
E6651 is operating in Spectrum Analyzer
mode.
Hamming: 0
Rectangular: 1
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Designate E6651(MID)’s windowing type when E6651 is
operating in Spectrum Analyzer mode.