Rigol DS1000D Instrukcja Użytkownika Strona 115

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 137
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 114
Programming Guide for DS1000E, DS1000D Series
3-11
Label1(1).ForeColor = &HFF0000 'blue
Else
Label1(1).ForeColor = &H808080 'gray
End If
sendbuf = ":MATH:DISP?"
i = GetTMCDeviceNum
Call SendToUSB(sendbuf)
readbuf = Read_USB()
If readbuf = "ON" Then
Label1(2).ForeColor = &H800080 'purple
Else
Label1(2).ForeColor = &H808080 'gray
End If
7. Save and run the project, you will get a single executable program about demo.
When the oscilloscope has been successfully connected with PC, you can
open/close each channel conveniently by clicking the button.
Przeglądanie stron 114
1 2 ... 110 111 112 113 114 115 116 117 118 119 120 ... 136 137

Komentarze do niniejszej Instrukcji

Brak uwag