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

<sensor>.reset

This action will send the reset command to the sensor

<sensor>.reset()  

Remarks

This action will send the reset command to the sensor.

Return Value

None

Example

sensor = viz.add('sensor.dls')
sensor.reset()