![KEPCO KLR SERIES Скачать руководство пользователя страница 70](http://html1.mh-extra.com/html/kepco/klr-series/klr-series_developers-manual_1956489070.webp)
5-8
KLR-DEV 060713
FIGURE 5-3. EXAMPLE 2: USING THE POWER SUPPLY TO TAKE MEASUREMENTS (SHEET 2 OF 2)
/* function Set_powersupply
Sets power supply to the supplied voltage and current
Also sets the output on as setting to a voltage and current
Implies output being placed on
*/
ViStatus Set_powersupply (ViReal64 voltage, ViReal64 current){
ViStatus power_supply_status = VI_SUCCESS;
Kpklr_Set_Volt_Curr (KLR_Session, voltage, current); //voltage and current
/*
The above function sets both the voltage and current setpoint of the power supply
*/
Kpklr_OutputOnOff ( KLR_Session, 1); // output on
return (power_supply_status);
} // end of main
// if not created as a project, include the driver code at end of program
#include "Kp_KLR.c"
Содержание 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: ......