CIRCUIT_NAME

CIRCUIT_NAME is a built-in, predefined constant string containing the name of the circuit. The name of the circuit is defined in the Circuit Description on the XJDeveloper boards screen. This constant is a global constant.

Example

PRINT("Starting testing ", CIRCUIT_NAME, "\n");

See Also