Optional config-based-setup for PiezoAxis, OutputChannel, and InputChannel.
[pypiezo.git] / pypiezo / base.py
2012-03-15 W. Trevor KingOptional config-based-setup for PiezoAxis, OutputChanne...
2012-03-15 W. Trevor KingFix soft jump handling for unknown `last_output`.
2012-03-15 W. Trevor KingAdd new 'analog-reference' config option to doctest...
2012-03-15 W. Trevor KingOops, setup analog-reference with an AREF value, not...
2012-03-14 W. Trevor KingAdd analog reference to ChannelConfig (forgotten earlier?).
2012-03-14 W. Trevor KingAdd `steps` and `sleep` options for gentler `jump()`s.
2012-02-16 W. Trevor KingRun update-copyright.py.
2012-01-17 W. Trevor KingAdd 'direction' keyword to Piezo.read_inputs' call...
2011-09-25 W. Trevor KingConvert to h5config's new get_attribute option for...
2011-07-29 W. Trevor KingFix doctest config-dump output in base.py.
2011-07-29 W. Trevor KingRemove debugging name-logger now that axis names are...
2011-07-29 W. Trevor King`name` is a ChannelConfig setting, not an AxisConfig...
2011-07-29 W. Trevor KingTemporary debugging instrumentation.
2011-07-29 W. Trevor KingAssorted typo fixes turned up by test suite.
2011-07-29 W. Trevor KingConvert to use nested Configs from h5config.
2011-07-28 W. Trevor KingRemove underscores from config classes in doctests.
2011-07-28 W. Trevor KingConvert to use new h5config package.
2011-04-19 W. Trevor KingAdd a method for extracting input channels by name.
2011-04-19 W. Trevor KingMake matplotlib display errors nonfatal.
2011-04-19 W. Trevor KingClean up and convert to my Cython-based pycomedi implem...