modelRT/example/anchor_params.json

13 lines
212 B
JSON
Raw Normal View History

2024-12-25 16:34:57 +08:00
{
"params_list": [{
"anchor_name": "voltage",
"func_type": "1",
"upper_limit": 23,
"lower_limit": 0.5
}, {
"anchor_name": "current",
"func_type": "2",
"upper_limit": 23,
"lower_limit": 0.5
}]
}