oml4py

An OML client module for Python
Download

oml4py Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Fraida Fund
  • Publisher web site:
  • http://witestlab.poly.edu

oml4py Tags


oml4py Description

oml4py is a Python module that provides a client for OML, a measurement library.InstallationInstall it using pip: pip install oml4pyor download the package and run: python setup.py installUsageThis module provides the OMLBase class, which contains the following methods: init start addmp inject closeTo use OML in a python project, import the OMLBase class:: from oml4py import OMLBaseStart by initializing an OMLBase object. The init method takes up to four arguments:* the name of the application,* the name of the experiment,* the name of the node,* and the OML server URI in the form tcp:hostname:portFor example: x=OMLBase("app", "an-exp","r","tcp:myomlserver.com:3003")Product's homepage


oml4py Related Software