LAMB • Zero‑config bridge
USB, Ethernet, RS‑232, CAN‑FD, USBTMC—detected, named, and ready. No drivers, no static IPs. Remote tunnels for anywhere access.
- Rust VISA server, SCPI‑first
- Multi‑instrument queues
- Secure remote control
Plug in a LAMB. Instruments appear instantly. Control with AI chat or Python. Run sweeps, capture data, and export cryptographically signed results — zero setup, enterprise‑ready.
LABIIUM transforms benches into programmable, compliant, collaborative labs. Plug a LAMB, prompt the experiment, and ship signed, reproducible results.
Connect instruments instantly, run experiments with AI, and export cryptographically signed results — clear, fast, verifiable.
USB, Ethernet, RS‑232, CAN‑FD, USBTMC—detected, named, and ready. No drivers, no static IPs. Remote tunnels for anywhere access.
Agentic chat orchestrates instruments, writes Python, fixes errors, and evaluates graphs live. Works with tool‑calling and state memory.
Capture exact command sequences with timestamps. Replay deterministically to verify changes and produce reproducible science.
Cryptographic envelopes, signatures, and PROV‑O provenance built‑in. Export for 21 CFR Part 11 / ISO 17025.
Manage devices, roles, and policies. Extend with µ‑drivers, analytics, and domain‑specific packs via marketplace.
Open Python toolbox for instruments, sessions, and databases. Simulation, record‑replay, and chainable facade APIs.
Your workflow: plug in LAMB, auto‑discover devices, prompt the run, monitor live, sign results, and scale across benches.
Plug a LAMB into your instruments. They appear—named and queryable.
Auto‑discovery, identity checks, and safety limits from profiles.
AI chat or PyTestLab scripts. The same controls, two surfaces.
Live plots, logs, and adaptive control with protective guardrails.
Data, parameters, and states are cryptographically signed.
Fleet policies, API access, and scheduled workflows.
Seat‑based SaaS with optional on‑prem. Hardware where needed. Compliance everywhere.
Small labs and makers. Everything to get going.
Collaboration, fleet control, and advanced analytics.
Compliance, scale, and dedicated environments.
Modern Python toolbox for instruments, measurement sessions, and databases. Use simulation for CI; replay for integrity.
# Install
pip install pytestlab[full]
# Hello PSU (simulated)
from pytestlab.instruments import AutoInstrument
psu = AutoInstrument.from_config("keysight/EDU36311A", simulate=True)
psu.connect_backend()
psu.channel(1).set(voltage=5.0, current_limit=0.2).on()
v = psu.channel(1).measure_voltage()
psu.channel(1).off()
psu.close()
print("Measured", v.values, "V")
Be the first to experience the living glass lab. Seats are limited for the first wave.