Instructions

Chapter 3 Programming Examples RIGOL
MSO7000/DS7000 Programming Guide 3-13
4. Click Tools Options to open the Options dialog box. Then, click the Directories tab.
Select Include files from the drop-down list under Show directories for. Double click the empty
space under Directories to enter the specified path of Include files: C:\Program Files\IVI
Foundation\VISA\WinNT\include. Click OK to close the dialog box.
Select Library files from the drop-down list under Show directories for. Double-click the empty
space under Directories to enter the specified path of Library files: C:\Program Files\IVI
Foundation\VISA\WinNT\lib\msc. Click OK to close the dialog box.
Note: By now, VISA library has been added.
5. Add the Text, Combo Box, Button, and Edit Box controls. The layout interface for adding controls
is as follows:
6. Modify the control attributes.
1) Name Text as "Command".
2) Open the Data item in Combo Box attribute and input *IDN? Manually.
3) Open the General item in Edit Box attribute and select Disabled.
4) Name Button as Send and Read.