Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdaCompNUS/summit
/ next_sensor
Method
next_sensor
PythonAPI/examples/automatic_control.py:535–536 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
533
self.index = index
534
535
def
next_sensor(self):
536
self.set_sensor(self.index + 1)
537
538
def
toggle_recording(self):
539
self.recording = not self.recording
Callers
nothing calls this directly
Calls
1
set_sensor
Method · 0.95
Tested by
no test coverage detected