Skip to content
Snippets Groups Projects
Commit 517cd4e9 authored by Adrian Tüscher's avatar Adrian Tüscher
Browse files

updated the following command-documentation, to be up to date with the current...

updated the following command-documentation, to be up to date with the current firmware implementation
- sample_count: The returned values
- sample_value: The RTC_Date & RTC_Time merged as in other code parts to RTC_DateTime(yyyy.mm.dd hh:mm:ss.ms);
parent f8490444
Branches
No related tags found
No related merge requests found
Pipeline #238387 passed
......@@ -151,20 +151,26 @@ GetterDict = dict(
**sample_count**: :class:`str`
Number of samples stored in the logger's internal storage as a 6 characters
string from ``000000`` to ``131072``
string from ``000000`` to ``131072``.
nrOfAbsoluteStoredSamples: The absolute number of stored samples on the internal storage.
nrOfNewStoredSamples: The number of new samples, which are not readout (exported to SD-Card).
<nrOfAbsoluteStoredSamples>,<nrOfNewStoredSamples>
example: '000005,000000' : a total of 5 samples are stored, no new samples are stored since the last data readout.
**sample_value**: :class:`str` or :class:`None`
If no argument is given the last record is returned, otherwise a 6
characters string is needed, representing the requested measurement data point number.
See :ref:`sample_count <sample_count>`.
RTC_Date(yyyy.mm.dd);RTC_Time(hh:mm:ss.ms);
RTC_DateTime(yyyy.mm.dd hh:mm:ss.ms);
<*Measurement_Auto*>;Battery_Voltage(V);
BME_Temperature(C);BME_Pressure(Pa);BME_Humidity(%);ADC_IN8(V);ADC_IN9(V)
<*Measurement_Auto*>: {'0': manual measurement, '1': RTC time based measurement}
example: '2021.02.24;15:39:38.183;0;0.602;27.477;97851.906;60.512;3.485;0.000'
example: '2021.02.24 15:39:38.183;0;0.602;27.477;97851.906;60.512;3.485;0.000'
**rtc_time**: :class:`str`
RTC_Date(yyyy.mm.dd) *<weekday>* RTC_Time(hh:mm:ss.ms)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment