Agilent-technologies N5183A MXG Uživatelský manuál Strana 274

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 366
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 273
264 Agilent N518xA, E8663B, E44x8C, and E82x7D Signal Generators Programming Guide
Creating and Downloading Waveform Files
Programming Examples
On Error GoTo file_error
For index = 0 To (numPoints)
data = iq_data(index)
Put #FileHandle, index + 1, data 'Write the I/Q data to the file
Next index
Close #FileHandle
Call MsgBox("Data written to file " & strFilename, vbOKOnly, "Download")
Exit Sub
file_error:
MsgBox Err.Description
Close #FileHandle
End Sub
Zobrazit stránku 273
1 2 ... 269 270 271 272 273 274 275 276 277 278 279 ... 365 366

Komentáře k této Příručce

Žádné komentáře