next-generation
robotic characters
With TofuPilot’s open-source Python client and REST API, you can quickly connect your test scripts—whether you use OpenHTF or your own syntax.
import openhtf as htf
from tofupilot.openhtf import TofuPilot
@plug(multimeter=MultimeterPlug)
@htf.measures(
htf.Measurement('voltage')
.in_range(3.1, 3.5)
.with_units('V'),
)
def test_voltage(test, multimeter):
voltage = multimeter.get_voltage()
test.measurements.voltage = voltage
def main():
test = htf.Test(
test_voltage,
part_number="PCBA01",
procedure_name="PCBA Test",
)
with TofuPilot(test):
test.execute(lambda: "07301")
From test data collection to real-time analytics, TofuPilot offers powerful features to help your team improve manufacturing efficiency and quality.
Cycle Time
Sub-Units
Test Reports
Revisions
Best-in-class security practices keep your manufacturing data safe.
Host TofuPilot in your infrastructure for when cloud is not an option.
Designed for high volume real-time relational data processing.
TofuPilot helps engineering teams worldwide build faster, high-performance tests for drones, medical devices, photonic sensors, and more.
Create a new workspace and start uploading your test data in seconds.
Not sure where to start? Talk to our team