Skip to content

Commit

Permalink
Increase initial length of rect pulse from 1 to 10
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Muenker <mail@chipmuenk.de>
  • Loading branch information
chipmuenk committed Mar 29, 2024
1 parent 7f69a1a commit dd0bc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfda/plot_widgets/tran/plot_tran_stim_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def __init__(self, objectName='plot_tran_stim_ui_inst'):
self.A2 = 0.0
self.phi1 = self.phi2 = 0
self.T1 = self.T2 = 0
self.TW1 = self.TW2 = 1
self.TW1 = self.TW2 = 10
self.BW1 = self.BW2 = 0.5
self.N1 = self.N2 = 5
self.noi = 0.1
Expand Down

0 comments on commit dd0bc18

Please sign in to comment.