Teledyne-lecroy Automation API for Bluetooth Analyzers Instrukcja Użytkownika Strona 81

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 110
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 80
75
Automation API for CATC Bluetooth Analyzers
CATC Ver. 1.40
2.8.2 BTDevice:: GetClockHz
Retrieves the clock frequency of device
Parameters
clock_hz - device clock frequency (in Hz)
Return values
Remarks
Example
WSH:
CurrentDir = Left(WScript.ScriptFullName, InstrRev(WScript.ScriptFullName,
"\"))
Set Analyzer = WScript.CreateObject("CATC.Merlin")
Set Neighborhood = Analyzer.GetBTNeighborhood
MsgBox "Number of devices:" & Neighborhood.Count
For Each Device In Neighborhood
MsgBox "Address:" & Device.GetAddress &
" Clock:" & Device.GetClockHz & "Hz" &
" Class:" & Device.GetCoD
Next
Next
C++:
HRESULT GetClockHz (
[out, retval] LONG* clock_hz );
Przeglądanie stron 80
1 2 ... 76 77 78 79 80 81 82 83 84 85 86 ... 109 110

Komentarze do niniejszej Instrukcji

Brak uwag