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_id
str
Session ID.
- service
MonitorsService
Monitors streaming service.
- session_id
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_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
(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.