InternBootcamp/examples/pipelines/autogen_configs/Cbus_test.json
2025-05-30 14:05:33 +08:00

30 lines
No EOL
485 B
JSON

[
{
"max_n": 75,
"min_n": 1,
"max_m": 20,
"max_t_step": 7,
"max_x": 800
},
{
"max_n": 20,
"min_n": 1,
"max_m": 5,
"max_t_step": 3,
"max_x": 500
},
{
"max_n": 80,
"min_n": 1,
"max_m": 40,
"max_t_step": 8,
"max_x": 900
},
{
"max_n": 50,
"min_n": 1,
"max_m": 25,
"max_t_step": 5,
"max_x": 500
}
]