Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 930 Bytes

File metadata and controls

36 lines (32 loc) · 930 Bytes

AWG70k/SourceXpress RF Generic Control/Send Custom Marker Data

Original Attribution: tekzilla

The script below creates a waveform with the RF Generic Signal waveform module in the AWG70k/SourceXpress using a text file containing the symbol values. This text file is also used to populate the marker channels with the symbol values.

The code can also be found in this repository (along with the text file used as the pattern): https://github.com/tkzilla/visa_control_examples/tree/master/Python

rf_generic_marker_data

If you'd like to copy/paste the contents of the text file, they are below:

0
1
0
1
0
0
1
1
0
0
0
0
0
0
0
0

Resources

Original Discussion: https://forum.tek.com/viewtopic.php?f=580&t=139791