Agilent Technologies 86100-90086 Sprinkler User Manual


 
15-7
Limit Test Commands
SSCReen:IMAGe
Example This example selects the graticule for printing.
10 OUTPUT 707;":LTESt:SSCReen:AREA GRATICULE"
Query :LTESt:SSCReen:AREA?
The query returns the current setting for the area of the screen to be saved.
Returned Format [:LTESt:SSCReen:AREA] {GRATicule | SCReen}<NL>
Example This example places the current selection for the area to be saved in the string variable,
Selection$.
10 DIM Selection$[50] !Dimension variable
20 OUTPUT 707;":LTEST:SSCREEN:AREA?"
30 ENTER 707;Selection$
SSCReen:IMAGe
Command :LTESt:SSCReen:IMAGe {NORMal | INVert | MONochrome}
This command saves the image normally, inverted, or in monochrome. IMAGe INVert is the
same as choosing Invert Waveform Background in the Specify Report Action for measure-
ment limit test dialog box.
Example This example sets the image output to normal.
10 OUTPUT 707;":LTESt:SSCReen:IMAGE NORMAL"
Query :LTESt:SSCReen:IMAGe?
The query returns the current image setting.
Returned Format [:LTESt:SSCReen:IMAGe] {NORMal | INVert | MONochrome}<NL>
Example This example places the current setting for the image in the string variable, Setting$.
10 DIM Setting$[50] !Dimension variable
20 OUTPUT 707;":LTEST:SSCREEN:IMAGE?"
30 ENTER 707;Setting$
SSUMmary
Command :LTESt:SSUMmary {OFF | DISK [,<filename>]}
This command saves the summary in the event of a failure.
When set to disk, the summary is written to the disk drive. The summary is a logging method
where the user can get an overall view of the test results. The summary is an ASCII file that
the user can read on the computer or place into a spreadsheet.
<filename> An ASCII string enclosed in quotation marks. If no filename is specified, the default filename
will be MeasLimitSummaryX.sum, where X is an incremental number assigned by the
instrument. If a filename is specified without a path, the default path will be D:\User
files\limit summaries
. (C drive on 86100A/B instruments.)
NOTE If the summary of consecutive limit tests is to be stored in separate files, omit the <filename> parameter. Limit
test summaries will be stored in files named MeasLimitSummaryX.sum, where X is an incremental number
assigned by the instrument.
Example The following example saves the summary to a disk file named TEST.sum.