Hi,
I am currently developping a remote software application on a E4438C, I send Modulation data (in custom mode). Data sending is triggered with a bus trigger.
E4438C is connected with GPIB bus.
The issue I meet is when the application send a trigger command to the E4438C
with the following code the 4438C is triggered and send the data
with the following code the 4438C is not triggered
Can anyone help me please to solve my issue, I'd appreciate.
Thanks,
Emmanuel
I am currently developping a remote software application on a E4438C, I send Modulation data (in custom mode). Data sending is triggered with a bus trigger.
E4438C is connected with GPIB bus.
The issue I meet is when the application send a trigger command to the E4438C
with the following code the 4438C is triggered and send the data
with the following code the 4438C is not triggered
Can anyone help me please to solve my issue, I'd appreciate.
Thanks,
Emmanuel
Both programs are sending the same *TRG command. It appears that the difference is most likely related to timing. Most likely the trigger is being sent before the instrument is ready to accept a trigger.
Regards -