User guide
Table Of Contents
- 1 Getting Started
- 2 N4962A System Overview
- 3 System Details and Performance Specifications
- 4 Operation
- 5 Remote GPIB Interface
- 6 Returning the N4962A Serial BERT to Agilent Technologies

Remote GPIB Interface
76
Serial BERT 12.5 Gb/s User Guide
Command
:SENSe:TRAIn {10 <= value <= 6500}
Type
Command
Description
Sets the desired training delay time, in 1/10ths of a microsecond. The lowest
number is 10 (1 us). The highest number is 6500 (650 us).
Parameters
{10 <= value <= 6500}
Example
OUTPUT 725; ":SENS:TRAI 120"
OUTPUT 725; ":SENS:TRAI?"
ENTER 725; value$
PRINT value$ ! should be “120”
Command
:STATus:OPERation:MEASurement:CONDition?
Type
Query
Description
Returns 1 if measurement is in progress.
Results
{0 | 1}
Example
OUTPUT 725; ":SENS:SWE:TIME 10"
OUTPUT 725; ":TRIG:INIT"
WAIT 2
OUTPUT 725; ":STAT:OPER:MEAS:COND?”
ENTER 725; value$
PRINT value$ ! should be “1”