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
      • Reference syntax
      • Subcommands
      • save
        • CLI help
        • Production examples
      • play
        • CLI help
        • Production examples
    • 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 macro
  • View page source

chargelink macro

Store and replay short CLI macro strings.

Reference syntax

usage: chargelink macro [-h] {save,play} ...

positional arguments:
  {save,play}

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

Subcommands

Subcommand

Purpose

save

Save a short CLI macro string.

play

Execute a saved macro.

save

Save a short CLI macro string.

CLI help

usage: chargelink macro save [-h] [--runtime-root RUNTIME_ROOT] name commands

positional arguments:
  name
  commands

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

Production examples

Save a quick bring-up macro.

chargelink macro save 'bringup' 'lab check; evse status demo' --runtime-root '.tmp/runtime'

Save a review macro for campaign artifacts.

chargelink macro save 'review' 'campaign packages; suite list; backend list' --runtime-root '.tmp/runtime'

play

Execute a saved macro.

CLI help

usage: chargelink macro play [-h] [--runtime-root RUNTIME_ROOT] name

positional arguments:
  name

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

Production examples

Play a saved bring-up macro.

chargelink macro play 'bringup' --runtime-root '.tmp/runtime'

Play a review macro.

chargelink macro play 'review' --runtime-root '.tmp/runtime'
Previous Next

© Copyright 2026, devLink AB.

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