Skip to content

Commit

Permalink
Add docs entry for num_active_channels
Browse files Browse the repository at this point in the history
  • Loading branch information
jlashner committed Jan 9, 2025
1 parent 0bc9a73 commit 191b681
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion socs/agents/pysmurf_controller/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,8 @@ def check_state(self, session, params=None):
'pysmurf_action_timestamp': Current pysmurf-action timestamp,
'stream_tag': stream-tag for the current g3 stream,
'last_update': Time that session-data was last updated,
'stream_id': Stream-id of the controlled smurf instance
'stream_id': Stream-id of the controlled smurf instance,
'num_active_channels': Number of channels outputting tones
}
"""
S, cfg = self._get_smurf_control(load_tune=False, no_dir=True)
Expand Down

0 comments on commit 191b681

Please sign in to comment.