:LTESt Limit Line Commands

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

Creating an Limit-Line Limit Test

The following example shows how to create an limit-line limit test that runs until a failed data point occures.

				:ACQuire:SINGle  //  Stop waveform acquisition.//  Load and display limit line.
				:LLINe2:LOAD:FNAMe "%USER_DATA_DIR%\Limit Lines\DUT Input.lltx"
				:LLINe2:Source CHAN5B
				:LLINe2:DISPlay ON

				//  Configure save-waveform reporting action
				:LTESt:LLINe:SWAVeform:RESet  //  Save channel 5B to waveform memory.//  Configure summary reporting action
				:LTESt:LLINe:SSUMmary:FNAME "%USER_DATA_DIR%\Limit Summaries\LimitLineTest.sum"  //  File Name.
				:LTESt:LLINe:SSUMmary:STATe ON

				//  Configure screen-image reporting action
				:LTESt:LLINe:SIMage:STATe ON  //  Save screen image.
				:LTESt:LLINe:SIMage:INVert ON  //  Invert colors on  screen image.
				:LTESt:LLINe:SIMage:WINDow TIME1  //  Capture only waveform instead of entire display.
				:LTESt:LLINe:SIMage:FNAMe "%USER_DATA_DIR%\Screen Images\my test.jpg"  //  Create this image file.//  Run test
				:LTESt:LLINe:TEST2:MODe SOFailure  //  Test until first failure.
				:LTESt:LLINe:TEST2:STATe ON  //  Turn limit test on.
				:ACQuire:RUN  //  Start waveform acquisition.
			*OPC?  //  Wait for test completion.

Test Setup

Report: Screen Image File

Report: Summary File

Report: Waveform File