Skip to content

v0.6.1

Compare
Choose a tag to compare
@yomach yomach released this 13 Jan 11:44
· 253 commits to main since this release
48d202c

Changed

  • API Changes to the "ManualOutputControl" class:
    • Constructor does not take "digital_on" elements.
    • Constructor accepts optional input of elements to include.
    • "set_amplitude" and "update_frequency" have been renamed to "set_amplitude" and "set_frequency".
    • "digital_on" and "digital_off" no longer change elements which are not given.
    • "digital_on" and "digital_off" can accept no input, which makes them turn on and off all channels.
    • New function, "turn_off_elements" which turns off both digital and analog of the given elements.