Technical data

Set myED = .EDs.Item(EDName)
Set myEDDataIn = myED.Input.DataIns.Item("EDDataIn1")
End With
End Sub
Changing Instrument Parameters
Changing Instrument Parameters - Procedures
The following examples show you how to:
Change the pattern generator's clock rate and voltagesƒ
Trigger auto-synchronization
Set up a pattern
Changing the Pattern Generator's Clock Rate and Output Voltages
The following code sets the pattern generator's clock frequency and toggles as
example the offset voltage between 0 and 0.5 Volts.
Private Sub SetUpPG
' Set the clock frequency
myPGClock.Frequency = 3 * 10 ^ 9
' Toggle the offset voltage (for demo purposes)
If myPGOut.OutVoltage.VOffset = 0 Then
myPGOut.OutVoltage.VOffset = 0.5
Else
myPGOut.OutVoltage.VOffset = 0
End If
End Sub
Analyzer Synchronization
The following code causes the error detector to synchronize.
Private Sub RunSync()
' First run the synchronization
myEDDataIn.Sampling.AutoAlign
' And then align the data
2 A Typical SerialBERT Program
16 Agilent J-BERT N4903B High-Performance Serial BERT