TSI_Config/doc/keyphase.jsonc

52 lines
1.5 KiB
JSON
Raw Normal View History

2024-12-26 14:25:38 +08:00
{
2024-12-26 14:45:45 +08:00
"version": 1,
2024-12-26 14:25:38 +08:00
"slot": 5,
2024-12-30 19:05:50 +08:00
"card_type": 3,
2024-12-26 14:25:38 +08:00
"standby": true,
"chan": [
{
"id": 1,
"active": true,
"normal_voltage_range": [-21.3, 21.0],
"automatic_threshold": true,
"threshold": 0.0,
"hysteresis": 2.0,
"events_per_revolution": 1,
"orientation_degrees": 0,
"orientation_direction_left": true
},
{
"id": 2,
"active": true,
"normal_voltage_range": [-21.3, 21.0],
"automatic_threshold": true,
"threshold": 0.0,
"hysteresis": 2.0,
"events_per_revolution": 1,
"orientation_degrees": 0,
"orientation_direction_left": true
},
{
"id": 3,
"active": true,
"normal_voltage_range": [-21.3, 21.0],
"automatic_threshold": true,
"threshold": 0.0,
"hysteresis": 2.0,
"events_per_revolution": 1,
"orientation_degrees": 0,
"orientation_direction_left": true
},
{
"id": 4,
"active": true,
"normal_voltage_range": [-21.3, 21.0],
"automatic_threshold": true,
"threshold": 0.0,
"hysteresis": 2.0,
"events_per_revolution": 1,
"orientation_degrees": 0,
"orientation_direction_left": true
}
]
}