Gocator API
|
Performs a sensor snapshot.
A snapshot starts the sensor, takes a scan, and immediately stops the sensor. Because the sensor is stopped after every snapshot, some asynchronous activities such as digital output may not have enough time to occur. Algorithms that maintain memory between scans would also be reset for every snapshot. The only guarantee that can be made is that the data is delivered over the SDK.
Because of these limitations, GoSensor_Trigger should usually be used instead.
sensor | GoSensor object. |