Agilent Technologies InfiniiVision 3000 DSO-X 3054A Instrukcja Obsługi Strona 937

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 970
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 936
Programming Examples 37
Agilent InfiniiVision 3000 X-Series Oscilloscopes Programmer's Guide 937
If nViStatus < visa32.VI_SUCCESS Then
Dim strError As New StringBuilder(256)
visa32.viStatusDesc(Me.m_nResourceManager, nViStatus, strError)
Throw New ApplicationException(strError.ToString())
End If
End Sub
Public Sub Close()
If m_nSession <> 0 Then
visa32.viClose(m_nSession)
End If
If m_nResourceManager <> 0 Then
visa32.viClose(m_nResourceManager)
End If
End Sub
End Class
End Namespace
Przeglądanie stron 936
1 2 ... 932 933 934 935 936 937 938 939 940 941 942 ... 969 970

Komentarze do niniejszej Instrukcji

Brak uwag