A SERVICE OF

logo

Programming Commands
Introduction
PROG:WAIT? query to indicate when the 70874C has paused. Then, retrieve
the response using the PROG:STR? query. Use PROG:STATe to continue pro-
gram execution. (Notice the lower case letter e in PROG:STATe. This indicates
the this letter can be entered in either upper or lower case.)
The following example shows how to return the results of eye measurement.
Notice that the MEAS command does not use the Param variable.
OUTPUT Mta;"PROG:STR Command,MEAS"
OUTPUT Mta;"PROG:WAIT?"
ENTER Mta;A$
OUTPUT Mta;"PROG:STR? Response"
ENTER Mta;Response$
OUTPUT Mta;"PROG:STAT CONT"
ALIGN
The ALIGN command string automatically aligns a mask to the eye.
Example
OUTPUT Mta;"PROG:STR Command,ALIGN"
OUTPUT Mta;"PROG:WAIT?"
ENTER Mta;A$
OUTPUT Mta;"PROG:STR? Response"
ENTER Mta;Response$
OUTPUT Mta;"PROG:STAT CONT"
Values of Program Variables
Variable Data Type Value
Command
string ALIGN
Param
There are no parameters for this command.
Response
string DONE