Type alias t_exec_config

t_exec_config: {
    developer_mode: boolean;
    execution_mode: e_tools_general_execution_mode;
    python_path: string;
    waveform_viewer: e_tools_general_waveform_viewer;
}

Type declaration

Generated using TypeDoc