Skip to content

Commit

Permalink
Merge pull request #419 from lneuhaus/fix-418
Browse files Browse the repository at this point in the history
Add start_phase to Asg.setup_attributes
  • Loading branch information
lneuhaus authored Sep 4, 2020
2 parents c904ad7 + a284f18 commit d53b829
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyrpl/hardware_modules/asg.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ class Asg(HardwareModule, SignalModule):
"offset",
"frequency",
"trigger_source",
"output_direct"]
"output_direct",
"start_phase"]
_setup_attributes = _gui_attributes + ["cycles_per_burst"]

_DATA_OFFSET = set_DATA_OFFSET
Expand Down

0 comments on commit d53b829

Please sign in to comment.