ABBWebApiClientGetSpeedRatioAsync 方法 |
获取当前机器人的速度配比信息
Get the speed matching information of the current robot
命名空间:
HslCommunication.Robot.ABB
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public Task<OperateResult<string>> GetSpeedRatioAsync()
Public Function GetSpeedRatioAsync As Task(Of OperateResult(Of String))
public:
Task<OperateResult<String^>^>^ GetSpeedRatioAsync()
member GetSpeedRatioAsync : unit -> Task<OperateResult<string>>
返回值
类型:
TaskOperateResultString带有速度信息的结果类对象
参见