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

class ansys.fluent.core.streaming_services.transcript_streaming.Transcript(transcript_service)#

Encapsulates a Fluent Transcript streaming service.

Methods

__init__(transcript_service)

__init__ method of Transcript class.

register_callback(callback, *args, **kwargs)

Register the callback.

start([file_name, 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.