Teledyne-lecroy WaveSurfer Automation Command Instrukcja Użytkownika Strona 153

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 226
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 152
Automation Command and Query Reference Manual - Control Reference
RecallSource
Enum
Sets/Queries the source for recalling waveform data. Used only when recalling from an internal
memory with RecallSource = "Memory".
Description
Values
M1
M2
M3
M4
SaveDestination
Enum
Sets/Queries the destination to which waveform data will be saved. Used only when the SaveTo =
"Memory".
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Setup to store trace C2 into M4 and perform the save operation
app.SaveRecall.Waveform.SaveTo = "Memory"
app.SaveRecall.Waveform.SaveSource = "C2"
app.SaveRecall.Waveform.SaveDestination = "M4"
app.SaveRecall.Waveform.DoSave
Example
Values
M1
M2
M3
M4
1-146
918499 RevA
Przeglądanie stron 152
1 2 ... 148 149 150 151 152 153 154 155 156 157 158 ... 225 226

Komentarze do niniejszej Instrukcji

Brak uwag