QMH Module๏
This module provides the connection between the Python environment and the Position Software.
- class qmh_pyclient.QMH.QMH๏
Bases:
objectThe main class that connects Python to the API.
- ServerConn(serverPort: int = 50007) None๏
Connects to the Python API server.
- Parameters:
serverHost (str) โ IP address or hostname of the PC where the Position Software is running, defaults to โlocalhostโ.
serverPort (int) โ Port number to connect to, defaults to 50007.
- Returns:
None