; Demonstratilintston of DataProc V1.245 capabilities
; and proper usage
; If you want GnuPlot to generate EEPIC output, replace
; #include deutsch
; by
; #include deutEEP
;
; The data shown here is a real analysis, so you might not find it
; to be pretty, but it should only show DataProc's capabilities.

; set german identifiers
#include deutsch

; check for GnuPlot
#ask May GnuPlot be called from the shell by typing "GnuPlot"
#math gnup:=10
! OK, I'll call it
#else
#math gnup:=-10
! You may produce GnuPlot output by calling "gnuplot #?.gnu" in the end
#endif

! linear amplificance of an operational amplifier
#include vAllLin
#reset

! inverting integrator
#include invint
#reset

! inverting differentiator
#include invdiff
#reset

! ceasing sine pulse
#include dampf

#ask Do you want to watch the internal note sheets
#closelog
!
#dos type lintst.log
#dos type dampf.log
#endif

! now watch the *.tab and *.gnu files


