MCPcopy Create free account
hub / github.com/brainflow-dev/brainflow / stop_stream

Method stop_stream

python_package/brainflow/board_shim.py:1326–1331  ·  view source on GitHub ↗

Stop streaming data

(self)

Source from the content-addressed store, hash-verified

1324 raise BrainFlowError('unable to start streaming session', res)
1325
1326 def stop_stream(self) -> None:
1327 """Stop streaming data"""
1328
1329 res = BoardControllerDLL.get_instance().stop_stream(self.board_id, self.input_json)
1330 if res != BrainFlowExitCodes.STATUS_OK.value:
1331 raise BrainFlowError('unable to stop streaming session', res)
1332
1333 def release_session(self) -> None:
1334 """release all resources"""

Callers 15

mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95

Calls 3

BrainFlowErrorClass · 0.90
stop_streamMethod · 0.65
get_instanceMethod · 0.45

Tested by 3

mainFunction · 0.76
mainFunction · 0.76
mainFunction · 0.76