:LTESt:LLINe:SSUMmary:STATe

Instrument:
N1010A
DCA-X
DCA-M
Meas. mode:
Scope
Eye
Jitter
TDR
Flex Apps:
FlexDCA
FlexRT

Command Syntax

:LTESt:LLINe:SSUMmary:STATe {ON | OFF}

Query Syntax

:LTESt:LLINe:SSUMmary:STATe?

Description

Turns on or off the reporting action to save an ASCII summary file whenever a limit testing for a limit line test stops data acquisition. The file name extension of summary files is .sum. Use the :LTESt:LLINe:SSUMary:FNAMe command to specify the name of the summary file. To turn on or off testing limits for a specified limit line test, use the :LTESt:LLINe:TEST:STATe command.

Requires FlexDCA revision A.04.50 and above.

Example Summary File

Limit Line Limit Test Summary
02/10/2015 13:54:52

Test Name  : Upper Limit
Source     : Channel 1A
Test Result: FAIL
Test Margin: -5.52 mV (at 603.50 ps)

Line   Name                 Type Margin           Location         Result
====== ==================== ==== ================ ================ ======
     0 Upper Rail            MAX         -5.52 mV        603.50 ps   FAIL

Example

//  Load and start limit line test.
:LLINe1:LOAD:FNAMe "%USER_DATA_DIR%\Limit Lines\Golden Test.lltx"
:LLINe1:SOURce CHANnel1A
:LLINe1:DISPlay ON
:ACQuire:STOP
:ACQuire:CDISplay

//  Configure "Save Summary" reporting.
:LTESt:LLINe:SSUMmary:FNAMe "%USER_DATA_DIR%\Limit Summaries\MyLimitTest.sum"  //  Enter file name.
:LTESt:LLINe:SSUMmary:STATe ON  //  Enable summary report save.//  Run limit testing.
:LTESt:LLINe:TEST1:MODe SOFailure  //  Stop limit testing on fail condition.
:LTESt:LLINe:TEST1:STATe ON  //  Enable limit testing.
:ACQuire:RUN  //  Enable data acquisition.