Skip to content

Commit

Permalink
TODO: Refactorear nombre del metodo y sus usos en un futuro.
Browse files Browse the repository at this point in the history
  • Loading branch information
barreiroleo committed Aug 27, 2021
1 parent 8e424d0 commit 6b9b5dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dimmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def v_dimmer(self, t):
return self._v_sine(t)

def vrms_simbolic(self):
# TODO: Refactorear nombre del metodo y sus usos en un futuro.
amp, omega = self.amplitud, 2 * np.pi * self.frequency
per, tint = self.periode, self.time_interrupt
T1, T2 = 0, per
Expand Down

0 comments on commit 6b9b5dc

Please sign in to comment.