Skip to content

proespm.measurement.Measurement

Bases: ABC

Interface for a scientific measurement file.

Methods:

Name Description
get_datetime

Date and time of the measurement.

m_id

Unique measurement identifier.

process

Processing of the measurement.

template_name

Name of the Jinja2 template used for HTML rendering.

get_datetime() -> datetime.datetime abstractmethod

Date and time of the measurement.

m_id() -> str abstractmethod

Unique measurement identifier.

process(config: Config) -> Self abstractmethod

Processing of the measurement.

template_name() -> str | None abstractmethod

Name of the Jinja2 template used for HTML rendering.