Agilent Technologies J-BERT N4903B Manuale di Servizio Pagina 16

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 406
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la 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
Vedere la pagina 15
1 2 ... 11 12 13 14 15 16 17 18 19 20 21 ... 405 406

Commenti su questo manuale

Nessun commento