Sample Program 2


This program establishes a connection with the instrument and performs the acquisition of measurement data.
The number of data objects stored in instrument memory is first obtained by the ":MEMORY:MAXPOINT?" query.
When this query returns 0, the program is ready to receive measurement data.
Then specify the channel and point of the measurement data you want to output with the:MEMORY:POINT command.
Use the :MEMORY:ADATA? query for ASCII format and :MEMORY:VDATA? query for voltage value format.
Pressing the Execute button then causes the instrument to start measuring and sending the measured values.



LAN Example program

USB Example program