获取指定名称的float类型属性值。
1
get_attr_float(self, name: str) -> Tuple[int, float]
参数名
输入/输出
描述
name
输入
属性名。
获取返回码及float类型的属性值。
无