2 using a list to perform a series of operations, Using a list to perform a series of operations -16 – KEPCO KLP Series Developers Guide, Rev 3 User Manual
Page 38

3-16
KLP-DEV 041213
FIGURE 3-3. SETTING THE OUTPUT AND TAKING A MEASUREMENT EXAMPLE,
WRITTEN IN VISUAL BASIC (SHEET 2 OF 2)
3.4.2
USING A LIST TO PERFORM A SERIES OF OPERATIONS
The filename for this example is VBListexample.txt, located in the ivi\drivers\kepco\examples
folder (see Figure 3-6 for complete code).
' display the measured voltage
StatusTextBox.Text = StatusTextBox.Text & "Measured Voltage is " & measVoltage & " at chan-
nel " & channel
StatusTextBox.Refresh
ReadInstrumentError driver
driver.Close
StatusTextBox.Text = StatusTextBox.Text & "Driver closed." & vbCrLf
StatusTextBox.Refresh
Exit Sub
ErrorHandler:
MsgBox Err.Description
driver.Close
Exit Sub
End Sub
' Wait the specified number of seconds
Private Sub Delay(DelayTime As Single)
Dim Finish As Single
Finish = Timer() + DelayTime
Do
Loop Until Finish <= Timer()
End Sub
- ABC-DM SERIES (96 pages)
- ATE (all models) QUICK START GUIDE (8 pages)
- SN 488-D (94 pages)
- SN 488-D (14 pages)
- SN 488-D (16 pages)
- BHK-MG 200W (Full Rack) Series (152 pages)
- BHK-MG 40W (Half Rack) Series (148 pages)
- BIT 232 (72 pages)
- BIT 4882 (56 pages)
- BIT 4886 Quick Start Guide (4 pages)
- BIT 4886 Operator Manual (92 pages)
- BOP 100W, 200W, 400W (M, D) Quick Start Guide (8 pages)
- BOP 20-5ML Modification Sheet (1 page)
- BOP 20-10MC Modification Sheet (2 pages)
- BOP 36-6MC Modification Sheet (2 pages)
- BOP 100-2MC Modification Sheet (2 pages)
- BOP 50-4MC Modification Sheet (2 pages)
- BOP 100-2ML Modification Sheet (2 pages)
- BOP 72-3ML Modification Sheet (2 pages)
- BOP 50-4ML Modification Sheet (2 pages)
- BOP 36-6ML Modification Sheet (2 pages)
- BOP 20-10ML Modification Sheet (2 pages)
- BOP 72-6MC Modification Sheet (2 pages)
- BOP 36-12MC Modification Sheet (2 pages)
- BOP 20-20MC Modification Sheet (2 pages)
- BOP 100-4ML Modification Sheet (2 pages)
- BOP 72-6ML Modification Sheet (2 pages)
- BOP 50-8ML Modification Sheet (2 pages)
- BOP 36-12ML Modification Sheet (2 pages)
- BOP 20-20ML Modification Sheet (2 pages)
- BOP 1KW-MG Quick Start Guide (16 pages)
- BOP 1KW-MG Quick Reference Guide (2 pages)
- BOP 1KW-MG Operator Manual, Firmware Ver.4.12 and higher (196 pages)
- BOP 1KW-MG Operator Manual, Firmware Ver.4.08 to 4.11 (194 pages)
- BOP 1KW-MG Operator Manual, Firmware Ver.3.05 to 4.07 (194 pages)
- BOP 1KW-MG Operator Manual, Firmware Ver.2.48 to 3.04 (188 pages)
- BOP 1KW-MG Operator Manual, Firmware Ver.2.38 to 2.47 (188 pages)
- BOP 1KW-MG Operator Manual, Firmware Ver.2.01 to 2.37 (176 pages)
- BOP 1KW as Solar Device Tester Quick Start Guide (3 pages)
- BOP-GL 1KW Quick Start Guide (16 pages)
- BOP-GL 1KW Operator Manual Firmware Ver.3.05 and higher (168 pages)
- BOP-HV (48 pages)
- CA 26 (2 pages)
- CA 27 (2 pages)
- CA 29 (2 pages)