Skip to content

Commit

Permalink
refactor(signal_agents): introduce "official" _sine_stream instance v…
Browse files Browse the repository at this point in the history
…ariable for SineGeneratorAgent
  • Loading branch information
BjoernLudwigPTB committed Jul 23, 2021
1 parent f97f4d9 commit 98d0f19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions agentMET4FOF/agents/signal_agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ class SineGeneratorAgent(AgentMET4FOF):
to connected agents via its output channel.
"""

_sine_stream: SineGenerator

def init_parameters(self, sfreq=500, sine_freq=5, amplitude=1, initial_phase=0):
"""Initialize the input data
Expand Down

0 comments on commit 98d0f19

Please sign in to comment.