metobs_toolkit.sensordata.SensorData.get_info#
- SensorData.get_info(printout: bool = True) str | None[source]#
Retrieve and optionally print basic information about the sensor data.
- Parameters:
printout (bool, optional) – If True, the information will be printed to the console. If False, the information will be returned as a string. Default is True.
- Returns:
If printout is False, returns a string containing the information about the sensor data. If printout is True, returns None.
- Return type:
str or None