⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 powctr.~h

📁 使用GPIB卡控制数控电源(Agilent66X)测试电流的一个小程序
💻 ~H
字号:
#ifndef PowCtrH
#define PowCtrH

#include "visa.h"
class CPowCtr
{
    private:
       ViSession defaultRM, vipow;


       int PowProSet(float fvoltprot,float fcurrlimt);
       int PowOutVoltSet(float fpowout);
    public:
       CPowCtr();
       ~CPowCtr();

       int Init(int igpibindex,int igpibpriadd);
       int PowOn();
       int PowOff();
       int PowReset(float fvoltprot,float fcurrlimt,float fvoltout);
       int Measure_curr(float *fmeascurr);
       int DispOnSet(bool bset);


};
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -