QMH Module๏ƒ

This module provides the connection between the Python environment and the Position Software.

class qmh_pyclient.QMH.QMH๏ƒ

Bases: object

The 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