Hi Expert,
In the cli.c file, there are Live params for Sense and Direct lab:
extern int32_t LiveCFG_Allocation (int32_t argc, char* argv[]);
extern int32_t LiveCFG_Gating (int32_t argc, char* argv[]);
extern int32_t LiveCFG_State (int32_t argc, char* argv[]);
extern int32_t LiveCFG_Scenery (int32_t argc, char* argv[]);
What are the purpose of these parameters? Can user configure these parameters as well? How are they different from allocationParams, gatingParams etc.