SCPI commands should be processed quickly to improve the throughput when such commands are frequently executed (for example, reading out traces for each measurement).
With the E5061B, the processing time for SCPI commands can be improved by decreasing the refresh rate of the LCD display.
When the measurement trace does not need to be updated, turn OFF the updating feature of the LCD display. This improves the processing speed of SCPI commands and eliminates the time used for updating the screen.
To turn OFF the updating feature of the LCD display, use the following command:
:DISP:ENAB
When the measurement trace needs to be updated, the processing speed of SCPI commands can still be improved by controlling the update timing of the LCD display:
Execute all SCPI commands that are required before measurement, including commands setting conditions.
Turn OFF the update of the LCD display.
Perform the measurement.
Execute the commands for reading out measurement result or analyzing the result. Note that reading out the result in binary format accelerates data transfer.
Execute the following command to update the LCD display once :DISP:UPD
Return to Step 3.