Mode

This topic describes the following function:

E6651_Get/Set WorkMode

Declaration

int E6651_GetWorkMode(BYTE MID, int* Value);

int E6651_SetWorkMode(BYTE MID, int Value);

Parameter

MID [in]: User defined E6651A Machine ID.

Value [out]: The current Work Mode value of E6651.

Value [in]: E6651’s Work Mode value to be set, Base Station Emulator, Signal Analyzer, or Signal Generator.

0 - Base Station Emulator - iwwBSE
1 - Signal Analyzer - iwwSA
2 - Signal Generator - iwwSG

Default

0, Base Station Emulator - iwwBSE

Return Value

Success: STATE_SUCCESS(1)

Failure: STATE_ERROR(-1)

Description

Retrieve and Set the mode of the E6651 to Base Station Emulator, Signal Analyzer, or Signal Generator.