Skip to main content

Setup, control and acquire data from the Genesis Highspeed systems via python.

Project description

GEN DAQ API - Python Driver

Setup, control and acquire data from the Genesis Highspeed systems via python.

Build Status

The GEN DAQ API can be used to control the HBM GEN Series tethered mainframes.

Requirements

Python 3.10+

Installation

Use the package manager pip to install GEN DAQ API - Python Driver package.

pip install ghs-gendaqapi-py

Usage

Refer examples for detailed use cases. Refer documentation for detailed API documentation

from ghsapi import ghsapi

# create Gen Daq API's object
gen = ghsapi.GHS()

# connect to mainframe
gen.ghs_connect(IP_ADDRESS, PORT_NO)

# disconnect from mainframe
gen.ghs_disconnect()

Development environment setup

Below are the steps to follow to setup devlopement enviroment for system integration and testing.

Requirements

  • Python 3.10+
  • Anaconda/Miniconda

Clone repo

git clone https://github.com/hbk-world/ghs-gendaqapi-python.git

Virtual Environment

conda create --name <env> --file spec-file.txt

Install dependencies

pip install -r requirements.txt

Run example files

Edit files in examples to enter mainframe IP and Port number

python examples\FILENAME

Testing

Edit files in functionaltest to enter mainframe IP and Port number

Unit test

python unittest\FILENAME

Functional test

python functionaltest\FILENAME

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ghs-gendaqapi-py-1.1.0.tar.gz (23.9 kB view hashes)

Uploaded Source

Built Distribution

ghs_gendaqapi_py-1.1.0-py3-none-any.whl (35.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page