
# NPU设备检查
#### 功能
检查节点是否存在npu设备。
#### 语法
**edgectl check npu**
#### 参数说明
无
#### 使用示例
检查节点NPU设备：
```
edgectl check npu
```
示例执行结果：
```
ERROR6301: please confirm that this node has npu device.
npu device check failed.
npu check failed.
```
检查成功返回结果：
```
+--------------------+
| NPU check succeed. |
+--------------------+
```
检查失败返回结果：
```
ERROR6301: Confirm that this node has NPU devices.
For more information, see IEF documentation.
+-------------------+
| NPU check failed. |
+-------------------+
```
检查失败时，会打印错误码，用户可以根据错误码在所提供的文档链接中获取相应帮助。
