Open topic with navigation
<sensor>.getData
This action will return data from the plugin
Remarks
This action will return data from the plugin. The size of the data depends on the plugin.
Return Value
A list of numbers retrieved from the plugin
Example
sensor = viz.add('sensor.dls')
print(sensor.getData())