aspsim.diagnostics.diagnosticscollection.SummaryDiagnostic

class aspsim.diagnostics.diagnosticscollection.SummaryDiagnostic(sim_info, save_at, export_func='text', keep_only_last_export=False, export_kwargs=None, preprocess=None)

Bases: Diagnostic

save_at should be a tuple (start_sample, end_sample)

it will use the samples between start_samle (inclusive) and end_sample (exclusive)

__init__(sim_info, save_at, export_func='text', keep_only_last_export=False, export_kwargs=None, preprocess=None)
save_at should be a tuple (start_sample, end_sample)

it will use the samples between start_samle (inclusive) and end_sample (exclusive)

Methods

__init__(sim_info, save_at[, export_func, ...])

save_at should be a tuple (start_sample, end_sample)

get_output()

get_processed_output(time_idx, preprocess)

next_export()

next_save()

progress_export()

progress_save(progress_until)

save(processor, sig, chunk_interval, ...)

Attributes

export_functions

get_processed_output(time_idx, preprocess)