User`s guide
Remote Interface (API) Programming Command Reference 6
E6651A User’s Guide 87
E6651_GetDispMode
Declaration int E6651_GetDispMode(BYTE MID, int* Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: Current Display Mode of SA. The E6651 is
operating in SA mode.
Spectrum: 0
Modulation: 1
I/Q: 2
MAP: 3
EVS: 4
EVT: 5
CCDF: 6
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve SA Display Mode information when E6651(MID) is
operating in SA mode.
E6651_SetDispMode
Declaration int E6651_SetDispMode(BYTE MID, int Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [in]: SA’s Display Mode value to be set.
Spectrum: 0
Modulation: 1
I/Q: 2
MAP: 3
EVS: 4
EVT: 5
CCDF: 6
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Set SA Display Mode of E6651(MID).