22 lines
562 B
JSON
22 lines
562 B
JSON
{
|
|
"name": "cp_step_sweep",
|
|
"sample_period_ms": 500,
|
|
"safety": {
|
|
"max_voltage": 6.0,
|
|
"max_current": 0.8,
|
|
"max_power": 3.0,
|
|
"abort_on_disconnect": true
|
|
},
|
|
"steps": [
|
|
{ "action": "set_mode", "mode": "CP" },
|
|
{ "action": "set_power", "value": 0.50 },
|
|
{ "action": "output", "enabled": true },
|
|
{ "action": "hold", "duration_s": 10 },
|
|
{ "action": "ramp_power", "start": 0.50, "stop": 2.50, "step": 0.50, "dwell_s": 10 },
|
|
{ "action": "output", "enabled": false }
|
|
],
|
|
"abort_sequence": [
|
|
{ "action": "safe" }
|
|
]
|
|
}
|