ansys.fluent.core.streaming_services.streaming.StreamingService#
- class ansys.fluent.core.streaming_services.streaming.StreamingService(stream_begin_method, target, streaming_service)#
Encapsulates a Fluent streaming service.
Methods
__init__
(stream_begin_method, target, ...)__init__ method of StreamingService class.
register_callback
(call_back, *args, **kwargs)Register the callback.
start
(*args, **kwargs)Start streaming.
stop
()Stop streaming.
unregister_callback
(callback_id)Unregister the callback.
Attributes
is_streaming
Checks whether it is streaming.