bluesky_queueserver_api.console_monitor.ConsoleMonitor_ZMQ_Threads.text_max_lines¶
- property ConsoleMonitor_ZMQ_Threads.text_max_lines¶
Get/set the maximum size of the text buffer. The new buffer size is applied to the existing buffer, removing extra messages if necessary.
Examples
Synchronous and asynchronous API
# Get the maximum number of lines n_lines = RM.console_monitor.text_max_lines # Set the maximum number of lines RM.console_monitor.text_max_lines = 1000