Giter VIP home page Giter VIP logo

siglent_psu_api's People

Contributors

lukse avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

siglent_psu_api's Issues

Documented commands to control Independent/Series/Parallel modes are available

There are actually documented commands for controlling the Output modes:

OUTP:TRACK {0|1|2}

Command format OUTPut:TRACK {0|1|2}
Description Select operation mode.
Parameters {0|1|2} mean independent, series and parallel respectively.
Example OUTPut: TRACK 0

Source: the Manual

I also found these (OUTP:TRACK 2) when looking at captured wireshark traffic from the EASYcontrol Software.

CC and CV modes reversed

In the logic to determine whether the supply is in Constant Voltage (CV) or Constant Current (CC) mode, the check of the bit appears to be reversed. For Channel 1, if Bit 0 is not set, the supply is in CV mode. If Bit 0 is set, the supply is in CC mode. The code seems to use an IF statement with a logical AND, but if the check is TRUE, it should return CC mode instead of CV mode. Usually the test will be FALSE (Bit 0 is not set) which would fall through to the ELSE statement and indicate the supply is in CV mode.

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.