CPULoadGenerator
CPULoadGenerator copied to clipboard
Converted to py3, some style changes and some other
- removed duplicated-old
generate_load
version from ClosedLoopActuator - converted to python3
- fixed imports
- some minor style changes: classes and method vars to proper casing (except for some constants), no ; at EOL, proper indentation, removed redundant parenthesis, unused imports, added empty last line,