User`s guide
Remote Interface (API) Programming Command Reference 6
E6651A User’s Guide 147
E6651_GetBSDLPingDlMod
Declaration int E6651_GetBSDLPingDlMod(BYTE MID, int *
Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: Current DL Modulation Mode of E6651(Base
Station Emulator)
QPSK (CTC) 1/2: 0
QPSK (CTC) 3/4: 1
16- QAM (CTC) 1/2: 2
16- QAM (CTC) 3/4: 3
64- QAM (CTC) 1/2: 4
64- QAM (CTC) 2/3: 5
64- QAM (CTC) 3/4: 6
64- QAM (CTC) 5/6: 7
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve modulation mode information of E6651(MID) when
E6651 is operating in DL Ping Test mode.
E6651_SetBSDLPingDlMod
Declaration int E6651_SetBSDLPingDlMod(BYTE MID, int Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [out]: DL Modulation Mode value to be set in DL
Ping test mode.
QPSK (CTC) 1/2: 0
QPSK (CTC) 3/4: 1
16- QAM (CTC) 1/2: 2
16- QAM (CTC) 3/4: 3
64- QAM (CTC) 1/2: 4
64- QAM (CTC) 2/3: 5
64- QAM (CTC) 3/4: 6
64- QAM (CTC) 5/6: 7
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Set modulation mode of E6651(MID) when E6651 is
operating in DL Ping Test mode.