System - N6421A Setting

This topic describes the following functions:

E6651_Get/Set EnableLoggingMode

Declaration

int E6651_GetEnableLoggingMode(BYTE MID, int* Value);

int E6651_SetEnableLoggingMode(BYTE MID, int Value);

Parameter

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

Default

0, On

Return Value

Success: STATE_SUCCESS(1)

Failure: STATE_ERROR(-1)

Description

Retrieve and set the data transmission to the N6421A Logging and Analysis application on or off.

E6651_Get/Set DLMAPLoggingMode

Declaration

int E6651_GetDLMAPLoggingMode(BYTE MID, int* Value);

int E6651_SetDLMAPLoggingMode(BYTE MID, int Value);

Parameter

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

Default

0, Off

Return Value

Success: STATE_SUCCESS(1)

Failure: STATE_ERROR(-1)

Description

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.