ansys.fluent.core.streaming_services.monitor_streaming.MonitorsManager#

class ansys.fluent.core.streaming_services.monitor_streaming.MonitorsManager(session_id, service)

Manages monitors (Fluent residuals and report definitions monitors).

Parameters:
session_idstr

Session ID.

serviceMonitorsService

Monitors streaming service.

Methods

__init__(session_id, service)

__init__ method of MonitorsManager class.

get_monitor_set_data(monitor_set_name[, ...])

Get monitor set data.

get_monitor_set_names()

Get monitor set names.

get_monitor_set_plot(monitor_set_name, ...)

Get monitor set plot.

get_monitor_set_prop(monitor_set_name, property)

Get monitor set property.

refresh(session_id, event_info)

Refresh plots on-initialized and data-read events.

register_callback(callback, *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.