Hi,
On a ESG-4438, I want to
- turn on RF,
- TRIG a user file,
- turn off RF again as fast as possible.
I therefore want to pack a series of SCPII commands something like this:
OUTPUT 1; TRIG ; "wait" ; OUTPUT 0
But my problem is that *WAIT probably just waits for the trig to *start*. So it does not help me.
Then I have tried trigging a frame of e.g. 3 seconds duration, and polling these e.g. every 500 ms:
OPC?
STAT:OPER:COND?
But no nothing bits/status changes when sending frame is completed (3 seconds).
So atm they seems not to be candidates for the waiting...
How do I wait for the frame (user-file) to be sent?
Any hints / pointers / suggestions are greatly appreciated :-)
/Troels
I have also played around with polling these values periodically while frame is transmitted.
Sadly they are stuck at zero, i.e. I can not see the any bits flipping, and thereby detect the completion of sending the frame.
/T