ChargeLink Documentation Logo

Overview

  • What ChargeLink is
  • Simulator roles: EVSE, EVCC, and bench-linked execution
  • Standards, protocols, and conformance position
  • Product status and claim boundaries

Getting started

  • Installation and workstation preparation
  • Quickstart: first EVSE session, first campaign, first report

Guides

  • Guide: EVSE operations
  • Guide: EVCC operations and backend orchestration
  • Guide: scenarios, campaigns, packages, qualification, and suites
  • Guide: trace, replay, diagnostics, reporting, and artifacts
  • Guide: MCS, HIL, and bench proof
  • Guide: UI and API surfaces

Reference

  • Data and artifacts reference
  • Profile catalog
  • Hardware profile reference
  • Package and suite catalog
  • API reference overview
  • chargelink-monitor
  • CLI reference
    • chargelink evse
    • chargelink evcc
    • chargelink hil
    • chargelink scenario
    • chargelink campaign
    • chargelink qualification
    • chargelink suite
    • chargelink report
    • chargelink trace
    • chargelink replay
      • Reference syntax
      • Subcommands
      • run
        • CLI help
        • Production examples
      • diff
        • CLI help
        • Production examples
    • chargelink lab
    • chargelink beckhoff
    • chargelink protocol
    • chargelink artifacts
    • chargelink sequence
    • chargelink macro
    • chargelink verdict
    • chargelink step
    • chargelink profile
    • chargelink template
    • chargelink library
    • chargelink batch
    • chargelink campaign-stress
    • chargelink service
    • chargelink requirements
    • chargelink backend
    • chargelink evidence
    • chargelink audit
    • chargelink ports
    • chargelink env
    • chargelink capture
    • chargelink ci
    • chargelink sessions
    • chargelink fault
    • chargelink network
    • chargelink fuzz
  • Glossary
ChargeLink Documentation
  • CLI reference
  • chargelink replay
  • View page source

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

run

Replay a stored run from its artifacts.

diff

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'
Previous Next

© Copyright 2026, devLink AB.

Built with Sphinx using a theme provided by Read the Docs.