This document describes the functions exposed by the LaserMind client that are common to both virtual and physical labs:
- get_account_details
- get_solution_sync
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)