Giter Club home page Giter Club logo

python's People

Contributors

dataq-instruments avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

python's Issues

slist takes a base-10 number

It might be worth mentioning somewhere that the slist command actually needs to be passed a decimal number and not hex. Although the Python slist variable contains hexadecimals, these are implicitly converted to decimal:

In [12]: slist = [0x0A00, 0x0B01, 0x1702, 0x1303, 0x0709, 0x000A, 0x0008, ]

In [13]: slist
Out[13]: [2560, 2817, 5890, 4867, 1801, 10, 8]

The same is true if these values are passed through str(), which they are in config_scn_lst:

In [15]: str(0x0A00)
Out[15]: '2560'

Using decimals for the config argument of slist is also consistent with the protocol examples.

DI-2008 object-oriented API

I wasn't sure where else to put this to make you aware...

I have created a much more usable python interface for this instrument. See the github page for details.

I'm not sure if you wish to use that in your sample repository or not, but it is out there now.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.