Loading…

Method Name: mthReadEchoCurve

Method ID: 0x4758

Method Label: Load actual echo curves

Method Help:


  • {
  • 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;
  • }


Please login for more