![KEPCO KLR SERIES Скачать руководство пользователя страница 35](http://html1.mh-extra.com/html/kepco/klr-series/klr-series_developers-manual_1956489035.webp)
KLR-DEV 060713
3-13
Using the pointers it becomes very easy to set voltage and current. Each parameter is simply
loaded with the value to be set using individual statements.
' set voltage level
outputPtr.VoltageLevel 75
' enable OV protection and set OV level
protectionPtr.ConfigureOVP 15
' set current level
outputPtr.CurrentLimit 10
' enable the output
outputPtr.Enabled = True
Measuring the output is performed by accessing a function and not a parameter.
' Measure the voltage
Dim measVoltage As Double
measVoltage = measurementPtr.Measure(KepcoDCPwrMeasurementVoltage)
Closing the driver is the last step in any program:
driver.Close
Содержание KLR SERIES
Страница 2: ......
Страница 10: ......
Страница 42: ......
Страница 58: ...4 16 KLR DEV 060713 FIGURE 4 10 FUNCTION GENERATOR PANEL FIGURE 4 11 CONFIGURE User Sequence vi BLOCK DIAGRAM ...
Страница 59: ......
Страница 60: ......
Страница 61: ...FIGURE 4 13 FUNCTION GE ...
Страница 62: ......
Страница 86: ......
Страница 90: ......