recording_manager.py

class openmdao.recorders.recording_manager.RecordingManager(*args, **kargs)[source]

Bases: object

append(recorder)[source]
record_iteration(root, metadata)[source]

Gathers variables for non-parallel case recorders and calls record for all recorders

Args:

metadata: `dict`

Metadata for iteration coordinate

record_metadata(root, exclude=None)[source]
startup(root)[source]