![Yoctopuce Yocto-GPS Скачать руководство пользователя страница 306](http://html1.mh-extra.com/html/yoctopuce/yocto-gps/yocto-gps_user-manual_3415557306.webp)
20. High-level API Reference
YLatitude
latitude
→
get_recordedData()
latitude
→
recordedData()
Retrieves a DataSet object holding historical data for this sensor, for a specified time interval.
js
function get_recordedData(
startTime
,
endTime
)
nodejs
function get_recordedData(
startTime
,
endTime
)
cpp
YDataSet get_recordedData( s64
startTime
, s64
endTime
)
m
-(YDataSet*) recordedData : (s64)
startTime
: (s64)
endTime
pas
function get_recordedData(
startTime
: int64,
endTime
: int64): TYDataSet
vb
function get_recordedData( ) As YDataSet
cs
YDataSet get_recordedData( long
startTime
, long
endTime
)
java
YDataSet get_recordedData( long
startTime
, long
endTime
)
uwp
async Task<YDataSet> get_recordedData( long
startTime
,
long
endTime
)
py
def get_recordedData(
startTime
,
endTime
)
php
function get_recordedData(
$startTime
,
$endTime
)
es
function get_recordedData(
startTime
,
endTime
)
cmd
YLatitude
target
get_recordedData
startTime
endTime
The measures will be retrieved from the data logger, which must have been turned on at the desired
time. See the documentation of the DataSet class for information on how to get an overview of the
recorded data, and how to load progressively a large set of measures from the data logger.
This function only works if the device uses a recent firmware, as DataSet objects are not supported by
firmwares older than version 13000.
Parameters :
startTime
the start of the desired measure time interval, as a Unix timestamp, i.e. the number of seconds
since January 1, 1970 UTC. The special value 0 can be used to include any meaasure, without
initial limit.
endTime
the end of the desired measure time interval, as a Unix timestamp, i.e. the number of seconds
since January 1, 1970 UTC. The special value 0 can be used to include any meaasure, without
ending limit.
Returns :
an instance of YDataSet, providing access to historical data. Past measures can be loaded progressively
using methods from the YDataSet object.
300
www.yoctopuce.com
Содержание Yocto-GPS
Страница 1: ...Yocto GPS User s guide...
Страница 2: ......
Страница 6: ...22 Characteristics 557 Blueprint 559 Index 561...
Страница 10: ...4 www yoctopuce com...
Страница 14: ...8 www yoctopuce com...
Страница 18: ...12 www yoctopuce com...
Страница 22: ...16 www yoctopuce com...
Страница 38: ...32 www yoctopuce com...
Страница 42: ...36 www yoctopuce com...
Страница 54: ...48 www yoctopuce com...
Страница 72: ...66 www yoctopuce com...
Страница 92: ...86 www yoctopuce com...
Страница 122: ...116 www yoctopuce com...
Страница 132: ...126 www yoctopuce com...
Страница 159: ...20 High level API Reference On failure throws an exception or returns a negative error code www yoctopuce com 153...
Страница 564: ...22 Characteristics 558 www yoctopuce com...
Страница 565: ......
Страница 566: ......