User`s guide
Remote Interface (API) Programming Command Reference 6
E6651A User’s Guide 101
E6651_GetSPRBW
Declaration int E6651_GetSPRBW(BYTE MID, DWORD * Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: Current “Resolution Bandwidth” value of
E6651(MID) when E6651 is operating in
Spectrum Analyzer mode.
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve “Resolution Bandwidth” value of E6651(MID) when
E6651 is operating in Spectrum Analyzer mode.
E6651_SetSPRBW
Declaration int E6651_SetSPRBW(BYTE MID, DWORD Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: “Resolution Bandwidth” value of E6651 when
E6651 is operating in Spectrum Analyzer
mode. (10000 Hz (10KHz) ~ 100000Hz
(100KHz)
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Set “Resolution Bandwidth” value of E6651(MID) when
E6651 is operating in Spectrum Analyzer mode.
E6651_GetSPScale
Declaration int E6651_GetSPScale(BYTE MID, int * Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: Current “Scale” value of E6651(MID) when
E6651 is operating in Spectrum Analyzer
mode.
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve “Scale” value of E6651(MID) when E6651 is
operating in Spectrum Analyzer mode.