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.
refresh
(session_id, event_info)Refresh stream.
register_callback
(call_back, *args, **kwargs)Register the callback.
start
(*args, **kwargs)Start streaming of Fluent transcript.
stop
()Stop streaming of Fluent transcript.
unregister_callback
(callback_id)Unregister the callback.
Attributes
is_streaming
Checks whether it is streaming.