Agilent Technologies J-BERT N4903B Instrukcja Obsługi Strona 16

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 406
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 15
1 2 ... 11 12 13 14 15 16 17 18 19 20 21 ... 405 406

Komentarze do niniejszej Instrukcji

Brak uwag