class documentation

A custom LabThings Thing class for the OpenFlexure Microscope.

Method __enter__ Set the data directory when the Thing is entered.
Property data_dir The data directory for this thing.
Instance Variable _data_dir Undocumented
def __enter__(self) -> Self: (source)

Set the data directory when the Thing is entered.

@property
data_dir: str = (source)

The data directory for this thing.

_data_dir: str | None = (source)

Undocumented