EasyManuals Logo

Rigol DS1104Z Programming Guide

Rigol DS1104Z
172 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #168 background imageLoading...
Page #168 background image
RIGOL Chapter 3 Programming Demos
3-14 DS1000Z Programming Guide
Dim matches As String * 200 ' keep the device number acquired
Dim s32Disp As Integer
' acquire the usb source of visa
Call viOpenDefaultRM(defrm)
Call viFindRsrc(defrm, "USB?*", list, nmatches, matches)
' Open the device
Call viOpen(defrm, matches, 0, 0, vi)
' Send the command to query the status of CH1
Call viVPrintf(vi, ":CHAN1:DISP?" + Chr$(10), 0)
' Acquire the status of CH1
Call viVScanf(vi, "%t", strRes)
s32Disp = CInt(strRes)
If (s32Disp = 1) Then
' Send the setting command
Call viVPrintf(vi, ":CHAN1:DISP 0" + Chr$(10), 0)
Label1(0).ForeColor = &H808080 'Gray
Else
Call viVPrintf(vi, ":CHAN1:DISP 1" + Chr$(10), 0)
Label1(0).ForeColor = &HFFFF& 'Yellow
End If
' Close the device
Call viClose(vi)
Call viClose(defrm)
6. Save and run the project and a single exe program will be obtained. When the oscilloscope is correctly
connected to the PC, the ON/OFF control of any channel can be realized.

Table of Contents

Other manuals for Rigol DS1104Z

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Rigol DS1104Z and is the answer not in the manual?

Rigol DS1104Z Specifications

General IconGeneral
Bandwidth100 MHz
Channels4
Sample Rate1 GSa/s
Waveform Capture Rate30, 000 wfms/s
Vertical Sensitivity1 mV/div to 10 V/div
Time Base Range5 ns/div to 50 s/div
Vertical Resolution8 bits
InterfaceUSB Host, USB Device, LAN, AUX
Display7 inch TFT LCD (800 x 480)
Trigger TypesEdge, Pulse, Video, Slope
Power Supply100-240 V, 45-440 Hz
Memory Depth24 Mpts (Single Channel), 12 Mpts (Dual Channel)

Related product manuals