示例#1
0
 public static extern int SetScanPointsX(HCONFIG pConfig, UInt16 x);
示例#2
0
 public static extern UInt16 GetScanPointsX(HCONFIG pConfig);
示例#3
0
 public static extern int SetScanStartegy(HCONFIG pConfig, UInt16 strategy);
示例#4
0
 public static extern UInt16 GetScanStrategy(HCONFIG pConfig);
示例#5
0
 public static extern int SetScanMode(HCONFIG pConfig, UInt16 mode);
示例#6
0
 public static extern UInt16 GetScanMode(HCONFIG pConfig);
示例#7
0
 public static extern int SetCrsAmplitude(HCONFIG pConfig, float amplitude);
示例#8
0
 public static extern float GetCrsAmplitude(HCONFIG pConfig);
示例#9
0
 public static extern int SetPmtGain(HCONFIG pConfig, UInt16 id, float gain);
示例#10
0
 public static extern float GetPmtGain(HCONFIG pConfig, UInt16 id);
示例#11
0
 public static extern float GetLaserPower(HCONFIG pConfig, UInt16 id);
示例#12
0
 public static extern int SetLaserPower(HCONFIG pConfig, UInt16 id, float power);
示例#13
0
 public static extern UInt16 GetLaserSwitch(HCONFIG pConfig, UInt16 id);
示例#14
0
 public static extern int SetLaserSwitch(HCONFIG pConfig, UInt16 id, UInt16 status);
示例#15
0
 public static extern UInt16 GetHoleSize(HCONFIG pConfig);