@bobobone/electromechanical-network-models
v1.0.3
Published
机电网络模型(可靠性、RPDU、RIU),TOML 格式
Readme
机电网络模型
本包包含系统架构中使用的机电网络模型数据,采用 TOML 格式。
包含模型
- 可靠性模型 (
可靠.toml) - 远端配电装置 (RPDU) (
远端配电装置RPDU.toml) - 远端采集器 (RIU) (
远端采集器RIU.toml)
使用方法
const models = require('@bobobone/electromechanical-network-models');
// 获取文件绝对路径
console.log(models.reliabilityPath);
console.log(models.rpduPath);
console.log(models.riuPath);
// 获取所有模型路径
const allModels = models.getAllModels();