ansys.fluent.core.streaming_services.streaming.StreamingService#

class ansys.fluent.core.streaming_services.streaming.StreamingService(target, streaming_service)#

Encapsulates a Fluent streaming service.

Methods

__init__(target, streaming_service)

__init__ method of StreamingService class.

register_callback(call_back, *args, **kwargs)

Register the callback.

start()

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.