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
    • chargelink lab
    • chargelink beckhoff
    • chargelink protocol
    • chargelink artifacts
    • chargelink sequence
    • chargelink macro
    • chargelink verdict
      • Reference syntax
      • Subcommands
      • set
        • CLI help
        • Production examples
    • 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 verdict
  • View page source

chargelink verdict

Assign a final verdict to an operator-controlled run.

Reference syntax

usage: chargelink verdict [-h] {set} ...

positional arguments:
  {set}

options:
  -h, --help  show this help message and exit

Subcommands

Subcommand

Purpose

set

Set the top-level verdict on a run.

set

Set the top-level verdict on a run.

CLI help

usage: chargelink verdict set [-h] [--runtime-root RUNTIME_ROOT]
                              [--comment COMMENT]
                              run_id verdict

positional arguments:
  run_id
  verdict

options:
  -h, --help            show this help message and exit
  --runtime-root RUNTIME_ROOT
  --comment COMMENT

Production examples

Mark a run as passed with a short note.

chargelink verdict set 'run_1' 'pass' --runtime-root '.tmp/runtime' --comment 'stable under ISO 15118-20 AC regression pack'

Mark a run as warning for operator follow-up.

chargelink verdict set 'run_2' 'warn' --runtime-root '.tmp/runtime' --comment 'vendor proof still required'
Previous Next

© Copyright 2026, devLink AB.

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