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
    • 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
      • Reference syntax
      • Subcommands
      • inject
        • CLI help
        • Production examples
    • chargelink network
    • chargelink fuzz
  • Glossary
ChargeLink Documentation
  • CLI reference
  • chargelink fault
  • View page source

chargelink fault

Inject protocol faults from the supported fault catalog.

Reference syntax

usage: chargelink fault [-h] {inject} ...

positional arguments:
  {inject}

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

Subcommands

Subcommand

Purpose

inject

Inject one fault from the fault catalog.

inject

Inject one fault from the fault catalog.

CLI help

usage: chargelink fault inject [-h] [--protocol PROTOCOL] [--step-id STEP_ID]
                               [--message MESSAGE] [--delay-ms DELAY_MS]
                               [--budget-ms BUDGET_MS]
                               [--artifact-root ARTIFACT_ROOT]
                               {authorization_timeout,delayed_response_timeout,invalid_message_order,malformed_exi_payload,tls_negotiation_failure}

positional arguments:
  {authorization_timeout,delayed_response_timeout,invalid_message_order,malformed_exi_payload,tls_negotiation_failure}

options:
  -h, --help            show this help message and exit
  --protocol PROTOCOL
  --step-id STEP_ID
  --message MESSAGE
  --delay-ms DELAY_MS
  --budget-ms BUDGET_MS
  --artifact-root ARTIFACT_ROOT

Production examples

Inject an invalid message order fault.

chargelink fault inject 'invalid_message_order' --protocol 'iso15118-20' --artifact-root 'artifacts/faults/invalid_message_order'

Inject a delayed response timeout fault with an explicit delay.

chargelink fault inject 'delayed_response_timeout' --protocol 'iso15118-2' --delay-ms 250 --budget-ms 100 --artifact-root 'artifacts/faults/delayed_response_timeout'
Previous Next

© Copyright 2026, devLink AB.

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