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)