Programming Manual
–
T3AWG3K-C Series Arbitrary Waveform Generator
True-Arb Operating Mode
149
OUTPut1:STATe ON
OUTPut2:STATe ON
AWGControl:RUN
*TRG
5.3.3
Import Arbitrary
1.
Before running this script, please copy the folder “Example_Wave_TXT” into the
instrument folder
C:\Users\AWG3000\Pictures\Saved Pictures\
2.
The
10000_Sample_Analog_Sine_Wave.txt contains a set of analog sine waves made of 10000
samples. The 10000_Sample_Digital_Random_Pattern.txt is a digital random pattern made of
10000 samples.
3.
The aim of this example is to import them in the sequencer and run the instrument in Continuous
mode.
*CLS
*IDN?
*RST
AWGControl:CONFigure:CNUMber?
AWGControl:RMODe CONTinuous
DISPlay:UNIT:VOLT AMPLitudeoff
DIGitals:NUMber 8
DIGitals:LEVel1 3.000000
DIGitals:SKEW1 0.000000
DIGitals:STATe ON
WLISt:WAVeform:IMPort
"Sine_10000","\Example_Wave_TXT\10000_Sample_Analog_Sine_Wave.txt",ANAlog
WLISt:WAVeform:IMPort "Digital_10000",
"\Example_Wave_TXT\10000_Sample_Digital_Random_Pattern.txt",DIGital
SEQuence:LENGth 1
SEQuence:ELEM1:WAVeform1 "Sine_10000"
SEQuence:ELEM1:AMPlitude1 2.000000
SEQuence:ELEM1:OFFset1 0.000000
SEQuence:ELEM1:WAVeform2 "Sine_10000"
SEQuence:ELEM1:AMPlitude2 2.000000
SEQuence:ELEM1:OFFset2 0.000000
SEQuence:ELEM1:WAVeform3 "Digital_10000"
SEQuence:ELEM1:LENGth 10000
SEQuence:ELEM1:LOOP:COUNt 1
OUTPut1:STATe ON
OUTPut2:STATe ON
AWGControl:RUN