1. Home
  2. /
  3. Documentation
  4. /
  5. Physical Lab Code Interface

Physical Lab Code Interface

This document describes the Physical Lab functions exposed by the LaserMind client:

  • solve_coupling_matrix_lpu
  • solve_scan_lpu

All examples assume you already installed the client and have your token file as described in LightSolver Lab Installation Guide.

Client setup

Python
from laser_mind_client import LaserMind
lsClient = LaserMind(pathToRefreshTokenFile="C:\\path\\to\\your\\token.txt", logToConsole=True)

Articles

How can we help?