Vizard 8 » Command Index » Vizard objects » sensor » <sensor>.getData
8.1

<sensor>.getData

This action will return data from the plugin

<sensor>.getData()  

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())