home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / irit / drawfuns.arc / DRAWFUNC.HLP < prev    next >
Text File  |  1989-07-29  |  2KB  |  66 lines

  1.   This file is the on line help file for the DrawFunc program
  2. The help is available for each menu via the PrintHelpMenu(s1,s2) routine in
  3. t4105gen.c file. String s1 must hold the file name of the help (this file) and
  4. string s2 must hold the name of menu in CAPITAL LETTERS. Each menu help is
  5. terminated by a $ sign as first char in line. Lines starts with * sign are
  6. referred as headlines and printed in different color.
  7.  
  8. MAINMENU
  9. *  Main Menu
  10.  
  11. * Get Function
  12. Enter loading function sub menu - Y = F(x), XY = F(t), F <- F'
  13. *  First der.
  14. Toggle drawing of first derivative
  15. *  Second der.
  16. Toggle drawing of second derivative
  17. *  Third der.
  18. Toggle drawing of third derivative
  19. *  Parameters Set
  20. Enter Parameter Set sub menu - Set scaling modes, values, and sampling rate
  21. *   Redraw
  22. Redraw the screen. Use it if auto scale is on to rescale the screen.
  23. *    Help
  24. These notes
  25. *    Exit
  26. Exit from the program.
  27. $
  28.  
  29. GETFUNCTION
  30. *Get Function Menu
  31.  
  32. *  Y = F(x)
  33. Enter X as function of Y. Also requested Xmin, Xmax (can be modified via Parameters Set submenu).
  34. *X = F(t), Y = F(t)
  35. Enter X,Y as function of T. Also requested Tmin, Tmax.
  36. * Deriv -> Func.
  37. Make the first derivative be the base function. Extremum values are not affected.
  38. *    Help
  39. These notes
  40. *    Exit
  41. Returns to main menu.
  42. $
  43.  
  44. SETSCALE
  45. * Set Scale Menu
  46.  
  47. *  Auto Scale
  48. Toggle AutoScaling ON/OFF. When ON, the extremum values are adapted according to last drawing. Use redraw to update.
  49. *    Xmin
  50. Set new Xmin value. Current value is shown.
  51. *    Xmax
  52. Set new Xmax value. Current value is shown.
  53. *    Ymax
  54. Set new Ymax value. Current value is shown.
  55. *NumOfSamples
  56. Set Number of samples per one function drawing. Current value is shown.
  57. *    Tmin
  58. Set new Domain min. value. Note that in Y = f(X) case it is equal to Xmin. Current value is shown
  59. *    Tmax
  60. Set new Domain max. value. Note that in Y = f(X) case it is equal to Xmax. Current value is shown
  61. *    Help
  62. These notes
  63. *    Exit
  64. Returns to main menu
  65. $
  66.