User`s guide
144 E6651A User’s Guide
6 Remote Interface (API) Programming Command Reference
Value [in]: DL Modulation Mode value to be set in DL
UDP 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 UDP Test mode.
E6651_GetBSDLUdpLength
Declaration int E6651_GetBSDLUdpLength(BYTE MID, int *
Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [in]: Payload Length value in DL UDP test (1 ~
3000).
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Retrieve Payload length value of E6651(MID) when E6651 is
operating in DL UDP Test mode.
E6651_SetBSDLUdpLength
Declaration int E6651_SetBSDLUdpLength(BYTE MID, int Value);
Parameter
MID [in]: E6651’s equipment number to be controlled
remotely.
Value [in]: Payload Length value to be set for DL UDP
Test (1 ~ 3000).
Return Value
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(- 1)
Description Set Payload length value of E6651(MID) when E6651 is
operating in DL UDP Test mode.