Hello! i have question. i am working with ESPI TEST RECEIVER 9kHz-3GHz. i must take one program for automatic measurement EMC by VEE PRO. Some one know: How to get data (LEVEL - PEAK, AVERAGE, RMS,.) from ESPI? Thank you!
In the receiver mode with the detectors enabled execute the following: WRITE TEXT ":TRAC SING," WRITE TEST "TRAC? SING" READ TEXT x REAL32 ARRAY:1
The elements of the returned array will correspond to the detector values. FYI: upon the transition from local/remote the receiver clears the A/D. Before you put execute the above, put the receiver in remote and wait 1 second for the A/D to settle or the readings will be incorrect. R&S!!?
WRITE TEXT ":TRAC SING,"
WRITE TEST "TRAC? SING"
READ TEXT x REAL32 ARRAY:1
The elements of the returned array will correspond to the detector values.
FYI: upon the transition from local/remote the receiver clears the A/D. Before you put execute the above, put the receiver in remote and wait 1 second for the A/D to settle or the readings will be incorrect. R&S!!?