Specifications
3 Programming Demos RIGOL
DS2000 Programming Guide
3-21
Label1(0).ForeColor = &H808080 'grey
Else
Call viVPrintf(vi, ":CHAN1:DISP 1" + Chr$(10), 0)
Label1(0).ForeColor = &HFFFF& 'yellow
End If
' turn off the source
Call viClose(vi)
Call viClose(defrm)
6. You can get a single executable program of demo by saving and running the
whole project. When the oscilloscope is correctly connected to the PC, the
ON/OFF control of any channel can be realized.