User`s guide

Remote Interface (API) Programming Command Reference 6
E6651A User’s Guide 143
DL UDP Test
E6651_SetBSDLUdpTest
Declaration int E6651_SetBSDLUdpTest(BYTE MID, int Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [in]: Activation information of DL UDP Test (ON:
1, OFF: 0)
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Turn On or Turn Off DL UDP test of E6651(MID) when
E6651 is operating in Base Station Emulator mode.
E6651_GetBSDLUdpDlMod
Declaration int E6651_GetBSDLUdpDlMod(BYTE MID, int *
Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [in]: 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 UDP Test mode.
E6651_SetBSDLUdpDlMod
Declaration int E6651_SetBSDLUdpDlMod(BYTE MID, int Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.