chargelink lab
Perform lab preflight checks and document a network or HIL topology.
Reference syntax
usage: chargelink lab [-h] {check,topology} ...
positional arguments:
{check,topology}
options:
-h, --help show this help message and exit
Subcommands
Subcommand |
Purpose |
|---|---|
|
Run a quick workstation or lab readiness check. |
|
Document a lab topology, including vehicle, HIL, addressing, and transport details. |
check
Run a quick workstation or lab readiness check.
CLI help
usage: chargelink lab check [-h] [--real-ads] [--ams-net-id AMS_NET_ID]
[--ip-address IP_ADDRESS]
options:
-h, --help show this help message and exit
--real-ads
--ams-net-id AMS_NET_ID
--ip-address IP_ADDRESS
Production examples
Run a basic lab check.
chargelink lab check
Run a ports-focused lab check.
chargelink ports check 15118 55000
topology
Document a lab topology, including vehicle, HIL, addressing, and transport details.
CLI help
usage: chargelink lab topology [-h] [--vehicle VEHICLE] [--hil HIL]
[--host HOST] [--interface INTERFACE]
[--interface-index INTERFACE_INDEX]
[--advertise-ipv6 ADVERTISE_IPV6]
[--tcp-port TCP_PORT] [--udp-port UDP_PORT]
options:
-h, --help show this help message and exit
--vehicle VEHICLE
--hil HIL
--host HOST
--interface INTERFACE
--interface-index INTERFACE_INDEX
--advertise-ipv6 ADVERTISE_IPV6
--tcp-port TCP_PORT
--udp-port UDP_PORT
Production examples
Document a CCS lab topology.
chargelink lab topology --vehicle 'Josev EVCC' --hil 'EL6761 bench' --host 'fe80::640b:3f3d:c4fe:3d9f%19' --interface-index 19 --advertise-ipv6 'fe80::640b:3f3d:c4fe:3d9f%19' --tcp-port 55000 --udp-port 15118
Document an MCS lab topology.
chargelink lab topology --vehicle 'MCS EVCC' --hil 'PXI VeriStand bench' --host 'fe80::640b:3f3d:c4fe:3d9f%19' --interface-index 19 --advertise-ipv6 'fe80::640b:3f3d:c4fe:3d9f%19' --tcp-port 55000 --udp-port 15118