Agilent Technologies J-BERT N4903B Manual de servicio Pagina 16

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 406
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 15
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
Vista de pagina 15
1 2 ... 11 12 13 14 15 16 17 18 19 20 21 ... 405 406

Comentarios a estos manuales

Sin comentarios