-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added features, code cleanup, expanded README, added changelog
- Loading branch information
Showing
5 changed files
with
2,480 additions
and
1,202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
__pycache__/ | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
v0.2 | ||
- More PEP8 compliant: | ||
- `func_gen()` -> `FuncGen()` | ||
- `func_gen_channel()` -> `FuncGenChannel()` | ||
- All lines < 100 characters (mostly < 80) | ||
- No more `enable`/`disable_frequency_lock()`, now `set_frequency_lock()` | ||
- Settings dictionary now contains tuples of value and unit, e.g. `settings = {"amplitude": (3, "Vpp"), ..}` | ||
- Implemented `set_settings()` in both `FuncGen` and `FuncGenChannel` that takes a settings dictionary as input | ||
- `get`/`set_output()` links to `get`/`set_output_state()` | ||
- More examples | ||
- Expanded README | ||
|
||
v0.1 | ||
- First release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.