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
68
Serial BERT 12.5 Gb/s User Guide
Command
:SOURce:PRBS:IERR:RATe?
Type
Query
Description
Returns the current error injection rate
Results
{OFF | ERR1E{0 <= value <= 7}}
Example
See below
Command
:SOURce:PRBS:IERR:RATe {OFF | ERR1E{0 <= value <= 7}}
Type
Command
Description
Sets the digital error injection rate to 10^n errors injected per second. If OFF, no
errors are injected.
Parameters
{OFF | ERR1E{0 <= value <= 7}}
Example
OUTPUT 725; ":SOUR:PRBS:IERR:RAT ERR1E3"
OUTPUT 725; ":SOUR:PRBS:IERR:RAT?"
ENTER 725; value$
PRINT value$ ! should be “ERR1E3”