Loading…

方法名称: method_action

方法ID: 0x407D

方法标签: SET

方法描述: Diag Mode Setting


  • {
  • if(diag_mode_select == 0)
  • {
  • diag_step_value = (20-4) * 0.25 * 2;
  • diag_hold_flag = 0;
  • diag_loop_count = 0;
  • }
  • else if(diag_mode_select == 1)
  • {
  • diag_step_value = (20-4) * 0.125 * 2;
  • diag_hold_flag = 0;
  • diag_loop_count = 0;
  • }
  • else if(diag_mode_select == 2)
  • {
  • diag_step_value = (20-4)*0.005;


请登录以获得完整内容