This topic describes the following functions:
int E6651_GetEnableLoggingMode(BYTE MID, int* Value);
int E6651_SetEnableLoggingMode(BYTE MID, int Value);
MID [in]: User defined E6651A Machine ID
Value [out]: Current setting of message transmission to N6421A Logging and Analysis application.
Value [in]: Set data transmission to N6421A off or on.
0 - Off
1 - On
0, On
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(-1)
Retrieve and set the data transmission to the N6421A Logging and Analysis application on or off.
int E6651_GetDLMAPLoggingMode(BYTE MID, int* Value);
int E6651_SetDLMAPLoggingMode(BYTE MID, int Value);
MID [in]: User defined E6651A Machine ID
Value [out]: Current setting of the DL MAP transmission to the N6421A Logging and Analysis application.
Value [in]: Set the DL MAP transmission to N6421A off or on.
0 - Off
1 - On
0, Off
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(-1)
Retrieve and set the DL MAP messages transmission to N6421A on or off. This command is ignored when int E6651_GetEnableLoggingMode is set to Off.