コード例 #1
0
ファイル: AxisController.cs プロジェクト: licanwen/op
 public double GetCurrentCommandSpeed(short axisNo)
 {
     return(ApsController.GetCurrentCommandSpeed(axisNo));
 }