Loading…

方法名称: mthReadEchoCurve

方法ID: 0x4758

方法标签: Load actual echo curves

方法描述:


  • {
  • int n, typ;
  • float xStart, xEnd, yStart, yEnd;
  • n = 200;
  • xStart = varEchoXStart;
  • xEnd = varEchoXEnd;
  • yStart = -1.5; yEnd = 1.5;
  • typ = 1;
  • mthReadCurve(typ);
  • if(varEchoStatus!=1) {
  • ACKNOWLEDGE("|en|No echo curve loaded|de|Keine Echokurve geladen" );
  • }
  • else {
  • mthTrimCurve(typ, n, xStart, xEnd, yStart, yEnd);
  • varShowEcho = 1;
  • }


请登录以获得完整内容