chargelink replay
Replay stored runs and compare two traces or sessions.
Reference syntax
usage: chargelink replay [-h] {run,diff} ...
positional arguments:
{run,diff}
options:
-h, --help show this help message and exit
Subcommands
Subcommand |
Purpose |
|---|---|
|
Replay a stored run from its artifacts. |
|
Compare two stored runs or traces. |
run
Replay a stored run from its artifacts.
CLI help
usage: chargelink replay run [-h] path
positional arguments:
path
options:
-h, --help show this help message and exit
Production examples
Replay a stored interoperability case.
chargelink replay run 'artifacts/evcc_campaign_runs/cl_int_iso20_ac_negative_realistic/case_1'
Replay a stored conformance case.
chargelink replay run 'artifacts/evcc_campaign_runs/cl_conf_iso2_dc_pnc_seed/case_1'
diff
Compare two stored runs or traces.
CLI help
Production examples
Compare two cases end to end.
chargelink replay diff 'artifacts/evcc_campaign_runs/cl_int_iso20_ac_negative_realistic/case_1' 'artifacts/evcc_campaign_runs/cl_conf_iso2_dc_pnc_seed/case_1' --kind 'all'
Compare only CAN-related deltas.
chargelink replay diff 'artifacts/evcc_campaign_runs/cl_int_iso20_ac_negative_realistic/case_1' 'artifacts/evcc_campaign_runs/cl_conf_iso2_dc_pnc_seed/case_1' --kind 'can'