Agilent Technologies FS2010 Wartungshandbuch Seite 299

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 396
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 298
Agilent Signal Generators Programming Guide 291
Creating and Downloading Waveform Files
Programming Examples
% Copyright 2009 Agilent Technologies Inc.
%
% Play the waveform in the Signal Generator
%
% INPUT PARAMETERS:
% tcpipAddress - '141.121.148.188' Whatever works for your signal Generator!
% name - Waveform name - 21 characters max
%
% EXAMPLE:
% name = 'My_Test'; % Waveform name
% tcpipAddress = '141.121.151.129'; % Signal Generator IP Address
% PlayWaveform( tcpipAddress, name ); % play the waveform
playCmd = [':RAD:ARB:WAV "WFM1:' name '"'];
t = tcpip(tcpipAddress, 5025);
fopen(t);
fprintf(t,'%s\n',playCmd);
fprintf(t,'syst:err?');
fgets(t)
fclose(t);
Seitenansicht 298
1 2 ... 294 295 296 297 298 299 300 301 302 303 304 ... 395 396

Kommentare zu diesen Handbüchern

Keine Kommentare