Main Content
Read Waveform Data from Keysight DSO-X 1204A Oscilloscope Using VISA Block
This example shows how to use the VISA block to communicate with a Keysight® Technologies DSO-X 1204A oscilloscope. You first query a waveform to the oscilloscope. Then the oscilloscope sends back the waveform through channel 1, which is read by the VISA block.
Use the following command to open the model.
open_system('demoinstrsl_VISA_query');
Use the following command to close the model.
close_system('demoinstrsl_VISA_query');