Tscope5
system1.c

Log level and status

#include <tscope5.h>
int main()
{
ts5_set_log_level(TS5_LOGLEVEL_5);
return 0;
}