506 Chapter7
Language Reference
MINH Minimum Hold
MINH Minimum Hold
Syntax
Figure 7-153 MINH Syntax
Description
The MINH command updates the chosen trace with the minimum
signal level detected at each trace-data point from subsequent sweeps.
This function employs the negative peak detector (refer to the DET
command).
Example
10 OUTPUT 718;"IP;SNGLS;"
20 INPUT "ENTER START FREQUENCY, IN MHZ",Fa
30 INPUT "ENTER STOP FREQUENCY, IN MHZ",Fb
40 OUTPUT 718;"FA ";Fa;"MHZ;"
50 OUTPUT 718;"FB ";Fb;"MHZ;"
60 OUTPUT 718;"TS;MINH TRA;"
70 OUTPUT 718;"TS;MKPK HI;MKD;"
80 OUTPUT 718;"TS;MKPK NH;MKA?;AUNITS?;"
90 ENTER 718 USING "K";Difference,Aunits$
100 PRINT "DIFFERENCE IN AMPLITUDE IS ",Difference,Aunits$
110 LOCAL 718
120 END