In many cases multiple pulse programmers / AWG are connected in master-slave configuration: master generator triggers slave generator.

The support for this feature is provided on the level of particular drivers. One need to select External Trigger on the slave generator and create synchronization Pulse Command. This command will have two Virtual Channels: physical channel to trigger slave generator and Virtual Channel containing Sync pulse output of the slave generator.

Example:

mwpulse t90, set1 %% pulse on master generator wait tau ext_trigger %% command with physical trigger and Sync of slave wait 10ns slaveawg t180, set2 %% pulse on slave AWG

Legend: PPL keywords; PPL pulse commands; comments.