📄 powctr.~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 + -