ansys.fluent.core.streaming_services.transcript_streaming.Transcript#

class ansys.fluent.core.streaming_services.transcript_streaming.Transcript(channel, metadata)#

Encapsulates a Fluent Transcript streaming service.

Methods

__init__(channel, metadata)

__init__ method of Transcript class.

register_callback(call_back, *args, **kwargs)

Register the callback.

start([file_path, write_to_stdout])

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.